Skip to content

Commit c1a8c78

Browse files
authored
Update Jenkinsfile
1 parent fb682b6 commit c1a8c78

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") {
1010
node("${git_project}-${label}") {
11-
pipelinex = library(identifier: 'pipelinex@development', retriever: modernSCM(
11+
pipelinex = library(identifier: 'pipelinex@_prod_gcr', 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)