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 4d9b1c9 commit bfccd57Copy full SHA for bfccd57
1 file changed
Jenkinsfile
@@ -911,6 +911,8 @@ pipeline {
911
-e WEB_PATH=\"${CI_WEBPATH}\" \
912
-e NODE_NAME=\"${NODE_NAME}\" \
913
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
914
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
915
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
916
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
917
python3 test_build.py'''
918
}
0 commit comments