Skip to content

Commit

Permalink
more jenkins fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoop committed Mar 6, 2024
1 parent 9f0e5f3 commit ab0cb6e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@ pipeline {
branch "develop"
}
steps {
cd "charts/specular"
sh "helm upgrade specular . -n specular --set image.tag=$GIT_COMMIT"
withCredentials('builder') {
cd "charts/specular"
sh "aws eks update-kubeconfig --name specular-staging-eks"
sh "helm upgrade specular . -n specular --set image.tag=$GIT_COMMIT"
}
}
}
}
Expand Down

0 comments on commit ab0cb6e

Please sign in to comment.