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