From 80ed88f4be2da268b9635551225cdaa91bbfa462 Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Sun, 8 Nov 2020 08:09:11 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0134604..2f4fe03 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,9 @@ -@Library('jenkins-shared-library')_ +Library identifier: 'jenkins-shared-library', retriever: modernSCM( + [$class: 'GitSCMSource', + remote: 'https://gitlab.com/nanuchi/jenkins-shared-library.git', + credentials: 'gitlab-credentials' + ] +) pipeline { agent any