- Download the war
wget http://ftp-chi.osuosl.org/pub/jenkins/war/2.161/jenkins.war - Start it
nohup java -Duser.home=/opt/jenkins/jenkins_home -Duser.timezone=America/Chicago -jar lib/jenkins.war --httpsPort=8080 & - Configure it
http://localhost:8080 - Blue Ocean & Create pipeline
http://localhost:8080/blue - Create slaves/agents
Dashboard > Manage Jenkins > Mange Nodes > ....
The nodes: - can be any type of machine
- can be manually activate/inactivate
No comments:
Post a Comment