We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70dabb commit 4e3a281Copy full SHA for 4e3a281
1 file changed
Jenkinsfile
@@ -20,7 +20,7 @@ pipeline {
20
CONTAINER_NAME = 'jenkins-builder'
21
DIST_IMAGE = 'alpine'
22
MULTIARCH = 'true'
23
- CI = 'false'
+ CI = 'true'
24
CI_WEB = 'true'
25
CI_PORT = '8000'
26
CI_SSL = 'false'
@@ -248,7 +248,7 @@ pipeline {
248
python3 -m venv /lsiopy && \
249
pip install --no-cache-dir -U pip && \
250
pip install --no-cache-dir s3cmd && \
251
- 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" || :
+ 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" || :
252
'''
253
}
254
0 commit comments