Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.
/ ansible-jenkinsenv Public archive

Ansible role to setup jenkins test environment. It can be executed on master or nodes

License

Notifications You must be signed in to change notification settings

juju4/ansible-jenkinsenv

Repository files navigation

No Maintenance Intended

DEPRECATED/LOOKING FOR MAINTAINERS -> archived

Build Status - Master Build Status - Devel

Jenkins Environment ansible role

Ansible role to setup jenkins test environment. It can be executed on master or nodes.

Requirements & Dependencies

Ansible

It was tested on the following versions:

  • 2.0
  • 2.2
  • 2.5

Operating systems

Tested on Ubuntu 14.04, 16.04 and 18.04

Example Playbook

Just include this role in your list. For example

- host: all
  roles:
    - juju4.jenkinsenv

Variables

Continuous integration

This role has a travis basic test (for github), more advanced with kitchen and also a Vagrantfile (test/vagrant).

Once you ensured all necessary roles are present, You can test with:

$ cd /path/to/roles/juju4.jenkinsenv
$ kitchen verify
$ kitchen login

or

$ cd /path/to/roles/juju4.jenkinsenv/test/vagrant
$ vagrant up
$ vagrant ssh

Troubleshooting & Known issues

N/A

License

BSD 2-clause

About

Ansible role to setup jenkins test environment. It can be executed on master or nodes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published