We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1073af3 commit 197c980Copy full SHA for 197c980
Jenkinsfile
@@ -229,7 +229,7 @@ pipeline {
229
python3 -m venv /lsiopy && \
230
pip install --no-cache-dir -U pip && \
231
pip install --no-cache-dir s3cmd && \
232
- s3cmd --host=s3.imagegenius.io --host-bucket= put -m text/xml /mnt/shellcheck-result.xml s3://ci-tests.imagegenius.io/${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" || :
233
'''
234
}
235
0 commit comments