https://github.com/jcmdsbr/jenkins-k8s-support
Building a jenkins docker image as a code and k8s suport
https://github.com/jcmdsbr/jenkins-k8s-support
jenkins jenkins-docker-image jenkins-k8s kubernets
Last synced: about 2 months ago
JSON representation
Building a jenkins docker image as a code and k8s suport
- Host: GitHub
- URL: https://github.com/jcmdsbr/jenkins-k8s-support
- Owner: jcmdsbr
- Created: 2020-05-09T23:31:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T20:41:27.000Z (about 4 years ago)
- Last Synced: 2025-01-27T07:30:03.561Z (4 months ago)
- Topics: jenkins, jenkins-docker-image, jenkins-k8s, kubernets
- Language: Groovy
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a jenkins docker image as a code :sunglasses:
## Give a Star! :star:
If you liked the project, please give a star ;)
## You need some of the fallowing tools :exclamation:
- Visual Studio Code or another editor
- .Net Core 3.1## Configuration Steps 🏗️
- Create a plugins.txt file to configure a essentials plugins from a DevOp's pipelines.
- Create groovy scripts to generate a base configuration from jenkins
- Create a base admin user/password
- Create a base globals variables## Build Steps ✔️
Change version in docker compose file
- To Run and Create:
```sh
- docker-compose -f "docker-compose.yml" up -d --build --no-cache
```
- To Stop:
```sh
- docker-compose -f "docker-compose.yml" down
```