https://github.com/eficode-academy/jenkins-katas
https://github.com/eficode-academy/jenkins-katas
Last synced: 14 minutes ago
JSON representation
- Host: GitHub
- URL: https://github.com/eficode-academy/jenkins-katas
- Owner: eficode-academy
- License: mit
- Created: 2019-12-23T16:03:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T10:21:05.000Z (4 days ago)
- Last Synced: 2025-04-29T11:27:21.878Z (4 days ago)
- Language: Java
- Size: 875 KB
- Stars: 5
- Watchers: 3
- Forks: 192
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins Kata
Look into the labs folder for exercises
## Open in google cloud shell
[](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/eficode-academy/jenkins-katas.git)
Spin up the Jenkins server by running:
`docker-compose up -d` Jenkins is running on port
8080Username: admin Password: `7p4rk3r4qgp3c2020`
without 2020## Layout of this repository
```bash
.
├── app # The application itself
├── ci # Folder for all the ci specific files
├── component-test # Python component test and setup
├── examples # Examples of the different exercise solutions and more.
├── img # Images for the readmes in the labs folder
├── labs # All different exercises in Jenkins
└── setup # Setup of jenkins.```