From 2c6295012f423f7d88dd53f2e2dda5c02af9a1f3 Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Sun, 8 Nov 2020 08:10:25 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] )