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 51c9d45 commit 7b3dac5Copy full SHA for 7b3dac5
1 file changed
Jenkinsfile
@@ -881,6 +881,8 @@ pipeline {
881
-e WEB_PATH=\"${CI_WEBPATH}\" \
882
-e NODE_NAME=\"${NODE_NAME}\" \
883
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
884
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
885
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
886
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
887
python3 test_build.py'''
888
}
0 commit comments