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 cd1237e commit c996a76Copy full SHA for c996a76
1 file changed
Jenkinsfile
@@ -853,6 +853,8 @@ pipeline {
853
-e WEB_PATH=\"${CI_WEBPATH}\" \
854
-e NODE_NAME=\"${NODE_NAME}\" \
855
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
856
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
857
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
858
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
859
python3 test_build.py'''
860
}
0 commit comments