From d7e9360e2c050eabbc84beb1a8843528563990dc Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Sun, 8 Nov 2020 17:28:39 +0100 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] )