Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 413 Bytes

Readme.md

File metadata and controls

11 lines (6 loc) · 413 Bytes

#jenkins Custom Jenkins instance to do CI/CD builds

To update your plugins.txt

export JENKINS_HOST=admin:[email protected]
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