mirror of
https://github.com/Mint-System/Jenkins-Build.git
synced 2026-04-23 20:53:52 -06:00
The Mint System Jenkins development environment.
https://jenkins-build.vercel.app
- Shell 43.4%
- JavaScript 30.9%
- Dockerfile 25.7%
| .vuepress | ||
| build | ||
| .gitignore | ||
| docker-compose.yml | ||
| LICENSE | ||
| logo.png | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| task | ||
| task.md | ||
Jenkins Build
This is the Mint System Jenkins development environment.
This projects provides a highly opinionated way to develop with Jenkins.
Requirements
The Jenkins development environment has the following requirements:
- Docker and Docker Compose
- bash/zsh alias
task='./task'with optional completion
Usage
See task help or task for details about the projects commands.
Clone this repository.
git clone git@github.com:Mint-System/Jenkins-Build.git
cd Jenkins-Build
Docker
Run Jenkins with Docker container.
Start and initialize Jenkins with Docker
Run docker compose.
task start
