diff --git a/Jenkinsfile b/Jenkinsfile index 8fcaf13..3d6d13f 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: '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: 'master', + branch: 'stable', credentialsId: 'bot-ci-dgm-rsa', ] @@ -63,7 +63,7 @@ lazyConfig( name: 'DummyAnd', env: [ RELEASE: false, ], - noPoll: '(.+_.+|acceptance|production)', // Don't poll private nor deploy branches + noPoll: '(.+_.+|acceptance|production)', // Avoid automatic indexing for release and private branches ) // Define lazyStages