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 77268f5 commit 2a376c5Copy full SHA for 2a376c5
1 file changed
Jenkinsfile
@@ -907,6 +907,8 @@ pipeline {
907
-e WEB_PATH=\"${CI_WEBPATH}\" \
908
-e NODE_NAME=\"${NODE_NAME}\" \
909
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
910
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
911
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
912
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
913
python3 test_build.py'''
914
}
0 commit comments