Skip to content

Commit

Permalink
fixing autodeployments (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
decarboxy authored Mar 8, 2019
1 parent 87f2aea commit 2a68399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ pipeline {
script {
if (GIT_BRANCH in ['rc', 'release', 'master_engineering']) {
NAMESPACE = k8s.getNamespaceFromBranch(GIT_BRANCH) ?: 'development'
k8s.updateImageTag(NAMESPACE, docker2.imageTag(), 'gcr.io/cyrus-containers/argo-rest', GIT_BRANCH)
k8s.updateImageTag(NAMESPACE, VERSION, 'gcr.io/cyrus-containers/argoexec', GIT_BRANCH)
k8s.updateImageTag(NAMESPACE, VERSION, 'gcr.io/cyrus-containers/workflow-controller', GIT_BRANCH)
}
}
}
Expand Down

0 comments on commit 2a68399

Please sign in to comment.