Skip to content

Commit c70dabb

Browse files
committed
r2
1 parent 5fe8a6f commit c70dabb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

roles/generate-jenkins/templates/Jenkinsfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)