https://github.com/superseb/pipeline-pre-post-repo
This is a temporary repo containing community XLD plugins to make Docker image ready
https://github.com/superseb/pipeline-pre-post-repo
Last synced: 2 months ago
JSON representation
This is a temporary repo containing community XLD plugins to make Docker image ready
- Host: GitHub
- URL: https://github.com/superseb/pipeline-pre-post-repo
- Owner: superseb
- Created: 2016-11-18T12:03:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T09:39:33.000Z (over 9 years ago)
- Last Synced: 2025-03-21T11:17:53.145Z (over 1 year ago)
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pipeline-pre-post-repo
This is a temporary repo containing sources for pre- and post actions of deployment pipeline components like XLR, XLD.
# XLD
docker build -t xldeploy:6.0.0 .
docker run -e PLUGINS_FILE_URL="https://raw.githubusercontent.com/ltutar/pipeline-pre-post-repo/master/xldeploy/plugins/list-of-plugins.txt" -p 4516:4516 xldeploy:6.0.0
# XLR
docker build -t xlrelease:6.0.0 .
docker run -e PLUGINS_FILE_URL="https://raw.githubusercontent.com/ltutar/pipeline-pre-post-repo/master/xlrelease/plugins/list-of-plugins.txt" -e TEMPLATES_FILE_URL="https://raw.githubusercontent.com/ltutar/pipeline-pre-post-repo/master/xlrelease/templates/list-of-templates.txt" -p 5516:5516 xlrelease:6.0.0
# Jenkins
docker build -t jenkins:2.19.2 .
docker run -e JENKINS_UC_DOWNLOAD="https://updates.jenkins.io/download" -e PLUGINS_FILE_URL="https://raw.githubusercontent.com/ltutar/pipeline-pre-post-repo/master/jenkins/plugins/list-of-plugins.txt" -e JENKINS_INIT_CONFIG_SCRIPT_URL="https://raw.githubusercontent.com/ltutar/petclinic/master/jenkins/init_jenkins.groovy" -p 8080:8080 jenkins:2.19.2