Look into the labs folder for exercises
Spin up the Jenkins server by running:
docker-compose up -d
Jenkins is running on port 8080
Username: admin
Password: 7p4rk3r4qgp3c2020
without 2020
.
├── app # The application itself
├── component-test # Python component test and setup
├── docker-compose.yml # Jenkins docker-compose file to start jenskins
├── examples # Examples of the different exercise solutions and more.
├── img # Images for the readmes in the labs folder
├── jenkins # Folder for all the ci specific files
├── labs # All different exercises in Jenkins
├── LICENSE # MIT license for the repository
├── README.md # Front page of the repo