pipelineJob('Automation/DevOps/vault-policies-and-roles-update') { logRotator { numToKeep(10) artifactNumToKeep(10) } properties { disableConcurrentBuilds() } definition { cpsScm { scm { git { remote { url("${JENKINS_GIT_REPOSITORY_URL}/DevOps/jenkins-pipelines.git") credentials("${JENKINS_GIT_CREDENTIALS_HTTP}") } branch('master') } } scriptPath('pipelines/Automation/DevOps/vault-policies-and-roles-update.groovy') } } }