Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 607 Bytes

Readme.md

File metadata and controls

13 lines (7 loc) · 607 Bytes

jenkins - This project is DEPRECATED

Custom Jenkins instance to do CI/CD builds

The detailed instructions to run Red Hat Helloworld MSA demo, can be found at the following repository: https://github.com/redhat-helloworld-msa/helloworld-msa

To update your plugins.txt

export JENKINS_HOST=developer:developer@jenkins-ci.<openshift-domain>
curl -k -sSL "https://$JENKINS_HOST/pluginManager/api/xml?depth=1&xpath=/*/*/shortName|/*/*/version&wrapper=plugins" | perl -pe 's/.*?<shortName>([\w-]+).*?<version>([^<]+)()(<\/\w+>)+/\1 \2\n/g'|sed 's/ /:/' > plugins.txt