File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11label = " ${ UUID.randomUUID().toString()} "
22BUILD_FOLDER = " /go"
33git_project = " prometheus"
4- git_project_user = " v3io "
4+ git_project_user = " gkirok "
55git_deploy_user_token = " iguazio-prod-git-user-token"
66git_deploy_user_private_key = " iguazio-prod-git-user-private-key"
77
@@ -16,7 +16,7 @@ podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker") {
1616 [$class : ' GitSCMSource' ,
1717 credentialsId : git_deploy_user_private_key,
1818 remote : " git@github.com:iguazio/pipelinex.git" ])). com. iguazio. pipelinex
19- multi_credentials = [pipelinex.DockerRepo . ARTIFACTORY_IGUAZIO , pipelinex.DockerRepo . DOCKER_HUB , pipelinex.DockerRepo . QUAY_IO ]
19+ multi_credentials = [pipelinex.DockerRepoDev . ARTIFACTORY_IGUAZIO , pipelinex.DockerRepoDev . DOCKER_HUB , pipelinex.DockerRepoDev . QUAY_IO ]
2020
2121 common. notify_slack {
2222 stage(' get tag data' ) {
You can’t perform that action at this time.
0 commit comments