https://github.com/jd-apprentice/jenkins-playground
Testing jenkins from https://www.jenkins.io/doc/book/
https://github.com/jd-apprentice/jenkins-playground
groovy jenkins
Last synced: 12 months ago
JSON representation
Testing jenkins from https://www.jenkins.io/doc/book/
- Host: GitHub
- URL: https://github.com/jd-apprentice/jenkins-playground
- Owner: jd-apprentice
- License: mit
- Created: 2023-08-29T20:33:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T23:10:49.000Z (over 2 years ago)
- Last Synced: 2025-02-02T12:15:02.807Z (about 1 year ago)
- Topics: groovy, jenkins
- Language: Makefile
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playground

Repository with the purpose of learning and playing around with Jenkins, Kubernetes and other tools.
## Idea

## Requirements
- Java OpenJDK 17
- Docker (optional)
## Build and run
This approach uses Java to run the Jenkins server, so you need to have Java installed on your machine.
```bash
make
```
To run with Docker, you need to have Docker installed on your machine.
```bash
make exec-docker
```
## Others
- Anything automation related is on the `Makefile`
- Jobs are on the `jobs` folder
- Docker images are on the `docker` folder
- There is a outside app linked with a submodule on the `app` folder
- Logs are being store but ignored on the `logs` folder