We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844a5e6 commit de96892Copy full SHA for de96892
Jenkinsfile
@@ -8,7 +8,7 @@ git_deploy_user_private_key = "iguazio-prod-git-user-private-key"
8
9
podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker-golang-python37") {
10
node("${git_project}-${label}") {
11
- pipelinex = library(identifier: 'pipelinex@refs', retriever: modernSCM(
+ pipelinex = library(identifier: 'pipelinex@development', retriever: modernSCM(
12
[$class : 'GitSCMSource',
13
credentialsId: git_deploy_user_private_key,
14
remote : "git@github.com:iguazio/pipelinex.git"])).com.iguazio.pipelinex
0 commit comments