sudo wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - echo deb http://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list sudo aptitude update sudo aptitude -y install java-runtime-headless sudo aptitude -y install jenkins #sudo systemctl start jenkins
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 25621 | Jen Bottom | Integrating sone fixes from dev to main | ||
#3 | 22673 | Jen Bottom | Adding a VM just for Swarm to the Vagrantfile | ||
#2 | 22670 | Jen Bottom | Adding JRE headless package to the Jenkins script | ||
#1 | 22669 | Jen Bottom |
Renaming the cd.sh script back to swarm.sh. Also adding jenkins.sh for jenkins installation |