Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-08 08:10:25 +00:00
parent 48b35c0308
commit 2c6295012f

2
Jenkinsfile vendored
View File

@@ -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'
]
)