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 b43a5bc commit 97b0fd8Copy full SHA for 97b0fd8
1 file changed
Jenkinsfile
@@ -916,6 +916,8 @@ pipeline {
916
-e WEB_PATH=\"${CI_WEBPATH}\" \
917
-e NODE_NAME=\"${NODE_NAME}\" \
918
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
919
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
920
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
921
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
922
python3 test_build.py'''
923
}
0 commit comments