Skip to content

Commit

Permalink
Moving build job to kaniko
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Arias authored and Miguel Arias committed Oct 16, 2023
1 parent dc88474 commit 810bced
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 810bced

Please sign in to comment.