diff --git a/jenkins/jobs/infra.yaml b/jenkins/jobs/infra.yaml index bb65461e9c..d394c53774 100644 --- a/jenkins/jobs/infra.yaml +++ b/jenkins/jobs/infra.yaml @@ -145,5 +145,13 @@ envlist: 'ical' publishers: + - postbuildscript: + builders: + - shell: | + #!/bin/bash -x + # We don't want this file to conflict with the log index + if test -f output/index.html; then + mv output/index.html output/site-index.html + fi - zuul-swift-upload-logs-with-console: upload_source: 'output/*'