Skip to content

chicongst/ansible_setup_jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

Jenkins is one of the most popular open-source continuous integration and continuous delivery servers

Install Ansible

Install software from various PPA

$ sudo apt update
$ sudo apt install software-properties-common

Next add ppa:ansible/ansible to your system’s Software Source

$ sudo apt-add-repository ppa:ansible/ansible

Update our repos:

$ sudo apt update

Install Ansible:

$ sudo apt install ansible

Deploy

Go to folder jenkins then:

$ cd jenkins
$ ansible-playbook -i inventory

About

Ansible setup jenkins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published