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