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