Jenkins

Jenkins

  1. Jenkins helps to support building, deploying and automating project. 
  2. Build on Java.
  3. Supports 985 plugins.
  4. Portable with most of all major platforms.
  5. OpenSource.
  6. Majorly used for executing batch scripts and Schedule runs.
  7. Report the build status.
  8. Standalone Server - jetty /winstone 

Jenkins Installation

  • Goto Jenkins website
  • Download WAR file and place in a folder.               Goto command Prompt - goto the folder and type  java -jar jenkins.war
                          OR

  • Download Jenkins

         Download Link
  • Install the downloaded file.
  • Set Env.Variable
Jenkins_HOME
  • Open Jenkins by hitting  http://localhost:8080
  • Different port java -jar jenkins.war --httpPort=9090
  • Provide initial Password located in jenkins installedfolder/secrets/initialAdminPassword.
  • Set Admin User (This can be used to login from 2nd time login).
  • restart http://localhost:8080/restart
  • system info http://localhost:8080/systeminfo
Now the jenkins setup is ready to use.

If we see any proxy issues

Go To ->Manage Jenkins -> Configure Global Security -> Plugin Manager and check the box for Use browser for metadata download.





Reacties