Jenkins
- Jenkins helps to support building, deploying and automating project.
- Build on Java.
- Supports 985 plugins.
- Portable with most of all major platforms.
- OpenSource.
- Majorly used for executing batch scripts and Schedule runs.
- Report the build status.
- 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
- 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.
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
Een reactie posten