Skip to content

Commit 3249068

Browse files
committed
dev creds
1 parent a3ec04f commit 3249068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
label = "${UUID.randomUUID().toString()}"
22
BUILD_FOLDER = "/go"
33
git_project = "prometheus"
4-
git_project_user = "v3io"
4+
git_project_user = "gkirok"
55
git_deploy_user_token = "iguazio-prod-git-user-token"
66
git_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') {

0 commit comments

Comments
 (0)