Skip to content

Commit

Permalink
Update Jenkinsfile (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeraBr authored Jul 18, 2023
1 parent e2e26f7 commit 57d0886
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 @@ -91,7 +91,7 @@ node {
dir ('memphis-k8s'){
git credentialsId: 'main-github', url: '[email protected]:memphisdev/memphis-k8s.git', branch: gitBranch
sh """
helm install memphis-tests memphis --set memphis.extraEnvironmentVars.enabled=true --set-json 'memphis.extraEnvironmentVars.vars=[{"name":"ENV","value":"staging"}]' --create-namespace --namespace memphis-$unique_id --wait
helm install memphis-tests memphis --set memphis.extraEnvironmentVars.enabled=true,memphis.image=${repoUrlPrefix}/${imageName}-${gitBranch} --set-json 'memphis.extraEnvironmentVars.vars=[{"name":"ENV","value":"staging"}]' --create-namespace --namespace memphis-$unique_id --wait
"""
}
}
Expand Down

0 comments on commit 57d0886

Please sign in to comment.