Skip to content

Commit

Permalink
Update Jenkinsfile (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkirok authored Jul 13, 2020
1 parent 00a9296 commit aa12349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git_deploy_user_private_key = "iguazio-prod-git-user-private-key"

podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker-golang") {
node("${git_project}-${label}") {
pipelinex = library(identifier: 'pipelinex@refs', retriever: modernSCM(
pipelinex = library(identifier: 'pipelinex@development', retriever: modernSCM(
[$class : 'GitSCMSource',
credentialsId: git_deploy_user_private_key,
remote : "[email protected]:iguazio/pipelinex.git"])).com.iguazio.pipelinex
Expand Down

0 comments on commit aa12349

Please sign in to comment.