jenkins A real example of Jenkins active choices and reactive parameter I've struggled with this for a while but finally made it! Main goal was to read a list of docker images tags from a private docker registry, each time a
jenkins Jenkins security and script approvals I've gathered some information related to security that I faced creating automated Jenkins setup. Script ApprovalThis simple Jenkins security system is designed to allow any kind of script to be
groovy Remote git branches with groovy Hadfull code snippet I'm using for getting git branches from remote repos inside Jenkins pipeline. It uses already defined Jenkins credential to access the repo. import groovy.json.JsonSlurper import hudson.FilePath import jenkins.model.Jenkins import hudson.model.* def credentials = com.cloudbees.plugins.