Posts

Showing posts from December, 2014

Continuous Integration with Jenkins

# Install Jenkins wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add - sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list' sudo apt-get update sudo apt-get install jenkins OR java -jar xxx.war # Create jobs from config.xml file - Can create config.xml file directly from the '/Users/Shared/Jenkins/Home/jobs/<job folder name>/config.xml - Then, need to reload the configurations from, Manage Jenkins->Reload Configuration from Disk # Notes: - In Mac, Jenkings home folder: /Users/Shared/Jenkins/Home