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 14937ba commit ce1a5a4Copy full SHA for ce1a5a4
1 file changed
Jenkinsfile
@@ -835,6 +835,8 @@ pipeline {
835
-e WEB_PATH=\"${CI_WEBPATH}\" \
836
-e NODE_NAME=\"${NODE_NAME}\" \
837
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
838
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
839
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
840
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
841
python3 test_build.py'''
842
}
0 commit comments