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