Skip to content

Commit

Permalink
Moving build job to kaniko (#688)
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Arias <miguelarias@Miguels-MacBook-Pro-2.localdomain>
  • Loading branch information
arias-m and Miguel Arias authored Oct 16, 2023
1 parent dc88474 commit aa61a24
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 @@ -46,7 +46,7 @@ pipeline {
semver = VERSION.printable()

sh """
/kaniko/executor -f `pwd`/api/Dockerfile -c `pwd` \
/kaniko/executor -f `pwd`/Dockerfile -c `pwd` \
--snapshot-mode=redo --use-new-run \
--destination ${env.ORG}/apibuilder-generator:$semver
"""
Expand Down

0 comments on commit aa61a24

Please sign in to comment.