项目作者: neikei

项目描述 :
Jenkins testing environment in a Vagrantbox based on Debian and provisioned with Ansible.
高级语言: Shell
项目地址: git://github.com/neikei/jenkins-testing-environment.git
创建时间: 2017-08-10T19:01:38Z
项目社区:https://github.com/neikei/jenkins-testing-environment

开源协议:GNU General Public License v3.0

下载


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.

  1. TASK [jenkins : Check initialAdminPassword] ************************************
  2. changed: [default]
  3. TASK [jenkins : Show initialAdminPassword] *************************************
  4. ok: [default] => {
  5. "msg": "4e57e3a448fc4dd888afeaeffa708368"
  6. }
  7. RUNNING HANDLER [nginx : restart nginx] ****************************************
  8. changed: [default]
  9. PLAY RECAP *********************************************************************
  10. 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.