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