Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neikei/jenkins-testing-environment
Jenkins testing environment in a Vagrantbox based on Debian and provisioned with Ansible.
https://github.com/neikei/jenkins-testing-environment
ansible continuous-integration debian jenkins playground testing vagrantbox
Last synced: about 17 hours ago
JSON representation
Jenkins testing environment in a Vagrantbox based on Debian and provisioned with Ansible.
- Host: GitHub
- URL: https://github.com/neikei/jenkins-testing-environment
- Owner: neikei
- License: gpl-3.0
- Created: 2017-08-10T19:01:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T06:57:27.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T22:06:44.770Z (about 2 months ago)
- Topics: ansible, continuous-integration, debian, jenkins, playground, testing, vagrantbox
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jenkins-testing-environment
Jenkins testing environment in a Vagrantbox based on Debian and provisioned with Ansible.
## Requirements
- Virtualbox >= 5.2.4
- Vagrant >= 2.0.1
- Vagrant Plugins:
- vagrant plugin install vagrant-hostmanager
- vagrant plugin install vagrant-vbguest## Getting started
1. git clone https://github.com/neikei/jenkins-testing-environment.git
2. cd jenkins-testing-environment
3. vagrant up
4. ... wait ...
5. Open Jenkins in your web browser: http://jenkins.test## Initial admin password
The initialAdminPassword is required for the first access to the Jenkins GUI and shown during the provisoning.
```bash
TASK [jenkins : Check initialAdminPassword] ************************************
changed: [default]TASK [jenkins : Show initialAdminPassword] *************************************
ok: [default] => {
"msg": "4e57e3a448fc4dd888afeaeffa708368"
}RUNNING HANDLER [nginx : restart nginx] ****************************************
changed: [default]PLAY RECAP *********************************************************************
default : ok=27 changed=18 unreachable=0 failed=0
```## Feedback, Issues and Pull-Requests
Feel free to report issues, fork this project and submit pull requests.