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