diff --git a/Jenkinsfile b/Jenkinsfile index 93be07a..0805363 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,8 +21,8 @@ // Load Jenkins shared libraries common to all projects def libLazy = [ - remote: 'https://code.in.digital-me.nl/git/DEVops/JenkinsLibLazy.git', - branch: 'master', + remote: 'https://github.com/digital-me/jenkins-lib-lazy.git', + branch: 'release', 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: 'master', + branch: 'release', credentialsId: 'bot-ci-dgm-rsa', ]