File tree Expand file tree Collapse file tree
roles/generate-jenkins/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repo_vars:
1313 - CONTAINER_NAME = 'jenkins-builder'
1414 - DIST_IMAGE = 'alpine'
1515 - MULTIARCH = 'true'
16- - CI = 'false '
16+ - CI = 'true '
1717 - CI_WEB = 'true'
1818 - CI_PORT = '8000'
1919 - CI_SSL = 'false'
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ pipeline {
412412 python3 -m venv /lsiopy && \
413413 pip install --no-cache-dir -U pip && \
414414 pip install --no-cache-dir s3cmd && \
415- s3cmd --host=s3.imagegenius.io --host-bucket= put -m text/xml /mnt/shellcheck-result.xml s3://ci-tests/${CONTAINER_NAME}/${META_TAG}/shellcheck-result.xml" || :
415+ s3cmd --host=https://ff6f87cc1940578fbe957a7b39b0ae72.r2.cloudflarestorage.com --host-bucket= put -m text/xml /mnt/shellcheck-result.xml s3://ci-tests/${CONTAINER_NAME}/${META_TAG}/shellcheck-result.xml" || :
416416 '''
417417 }
418418 }
You can’t perform that action at this time.
0 commit comments