diff --git a/Jenkinsfile b/Jenkinsfile index 13d8a63..f4c9cc4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ // Load Jenkins shared libraries common to all projects def libLazy = [ remote: 'https://code.in.digital-me.nl/git/DEVops/JenkinsLibLazy.git', - branch: env.BRANCH_NAME, + branch: master, 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: env.BRANCH_NAME, + branch: master, credentialsId: 'bot-ci-dgm-rsa', ]