diff --git a/Jenkinsfile b/Jenkinsfile index f72cc98..940f68b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ library identifier: 'jenkins-shared-library@master', retriever: modernSCM( [$class: 'GitSCMSource', remote: 'https://gitlab.com/nanuchi/jenkins-shared-library.git', - credentials: 'gitlab-credentials' + credentialsId: 'gitlab-credentials' ] )