We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f190022 commit 6aa021aCopy full SHA for 6aa021a
1 file changed
Jenkinsfile
@@ -841,6 +841,8 @@ pipeline {
841
-e WEB_PATH=\"${CI_WEBPATH}\" \
842
-e NODE_NAME=\"${NODE_NAME}\" \
843
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
844
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
845
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
846
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
847
python3 test_build.py'''
848
}
0 commit comments