|
@ -11,7 +11,7 @@ podTemplate { |
|
|
container('image-builder') { |
|
|
container('image-builder') { |
|
|
sh''' |
|
|
sh''' |
|
|
find . -depth -name '.svn' -type d -exec rm -rf {} + |
|
|
find . -depth -name '.svn' -type d -exec rm -rf {} + |
|
|
/kaniko/executor --context=${BUILD_WORKSPACE} --dockerfile=./web/Dockerfile --destination=${IMAGE_NAME}:${IMAGE_VERSION} --cache=false --cleanup |
|
|
/kaniko/executor --context=${BUILD_WORKSPACE} --dockerfile=./web/Dockerfilenew --destination=${IMAGE_NAME}:${IMAGE_VERSION} --cache=false --cleanup |
|
|
''' |
|
|
''' |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|