include_recipe "apt"
apt_repository "jenkins" do
uri "http://pkg.jenkins-ci.org/debian"
components ["binary/"]
key "http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key"
action :add
end
package "jenkins" do
action :install
end
-
-
Save mosabua/1045663 to your computer and use it in GitHub Desktop.
Jenkins in two primatives
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment