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 7adf1b7 commit 215506dCopy full SHA for 215506d
1 file changed
Jenkinsfile
@@ -908,6 +908,8 @@ pipeline {
908
-e WEB_PATH=\"${CI_WEBPATH}\" \
909
-e NODE_NAME=\"${NODE_NAME}\" \
910
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
911
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
912
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
913
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
914
python3 test_build.py'''
915
}
0 commit comments