An open API service indexing awesome lists of open source software.

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

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