Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextrevision/jenkins-gitflow-example
Reference for a gitflow job workflow
https://github.com/nextrevision/jenkins-gitflow-example
Last synced: 19 days ago
JSON representation
Reference for a gitflow job workflow
- Host: GitHub
- URL: https://github.com/nextrevision/jenkins-gitflow-example
- Owner: nextrevision
- Created: 2015-09-29T17:08:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T17:08:19.000Z (about 9 years ago)
- Last Synced: 2023-04-04T06:17:59.113Z (over 1 year ago)
- Language: Shell
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jenkins-gitflow-example
Reference for a gitflow job workflow
## Usage
Build the container
docker build -t jenkins-gitflow-example .
Run the container
docker run -p 8080:8080 -v $(pwd)/jjb:/etc/jenkins_jobs/config jenkins-gitflow-example
Once Jenkins has initialized, update the jobs:
docker exec /usr/local/bin/jjb_update.sh
Anytime you hack on the JJB config, just rerun the command above to apply your changes.