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