I made this repo to store my learning progress on Jenkins. I will be using Vagrant to provision a working enviroment. First I installed Jenkins with the script provided at Jenkins Docs but later on I plan on installing it with Ansible to reinforce my knowlodge with Ansible
- Vagrant
- Ansible
- Add Jenkins installation with Ansible
Install vagrant plugin that chages disk size config
vagrant plugin install vagrant-disksizeStart and connect to the vagrant box
vagrant up
vagrant sshInstalando Jenkins
cd /vagrant/scripts
sudo ./jenkins.sh