diff --git a/Jenkinsfile b/Jenkinsfile index 035ea58..26021a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ // Load Jenkins shared libraries common to all projects def libLazy = [ remote: 'https://github.com/digital-me/jenkins-lib-lazy.git', - branch: 'release', + branch: 'stable', credentialsId: null, ] @@ -38,7 +38,7 @@ // Load Jenkins shared libraries to customize this project def libCustom = [ remote: 'ssh://git@code.in.digital-me.nl:2222/DEVops/JenkinsLibCustom.git', - branch: 'release', + branch: 'stable', credentialsId: 'bot-ci-dgm-rsa', ]