Skip to content

Commit de96892

Browse files
authored
Update Jenkinsfile (#525)
1 parent 844a5e6 commit de96892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git_deploy_user_private_key = "iguazio-prod-git-user-private-key"
88

99
podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker-golang-python37") {
1010
node("${git_project}-${label}") {
11-
pipelinex = library(identifier: 'pipelinex@refs', retriever: modernSCM(
11+
pipelinex = library(identifier: 'pipelinex@development', retriever: modernSCM(
1212
[$class : 'GitSCMSource',
1313
credentialsId: git_deploy_user_private_key,
1414
remote : "git@github.com:iguazio/pipelinex.git"])).com.iguazio.pipelinex

0 commit comments

Comments
 (0)