This repository aims at providing stripped down examples of Jenkins scenarios for projects that I've worked on previously.
Currently this repository will provide examples for;
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Currently my development environment consists of running a Jenkins docker image using Docker Compose. I'm not sure if Docker CE provides compose as part of the installation, if it doesn't then please follow the instructions provided in the link below.
Below you will find the steps required in starting and running the local development environment to utilise these example scripts.
Step 1
cd scripted-jenkins/
docker-compose up
Step 2 Begin the one time configuration procedure by following the link below;
Note:
- You will need to capture the password provided in the
stdout
when Jenkins has finished loading within the terminal where you randocker-compose up
- Add documentation to the downstreamParameterized scripts directory
If you would like to add anything... ANYTHING at all then please don't hesitate to create a feature branch and submit a pull request, assigning me as the reviewer and I will try my best to look into it.
- David Munn - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used