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