Browse Source

(fix) --context=${BUILD_WORKSPACE}/code/pep-stats-report

main
Julin 11 months ago
parent
commit
85072da795
  1. 2
      code/pep-stats-report/jenkinsfile

2
code/pep-stats-report/jenkinsfile

@ -9,7 +9,7 @@ podTemplate {
container('image-builder') {
sh'''
/kaniko/executor --context=${BUILD_WORKSPACE/code/pep-stats-report} --dockerfile=./Dockerfile --destination=${IMAGE_NAME}:${IMAGE_VERSION} --cache=false --cleanup
/kaniko/executor --context=${BUILD_WORKSPACE}/code/pep-stats-report --dockerfile=./Dockerfile --destination=${IMAGE_NAME}:${IMAGE_VERSION} --cache=false --cleanup
'''
}

Loading…
Cancel
Save