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