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 10f524d commit 3c7dcdeCopy full SHA for 3c7dcde
1 file changed
Jenkinsfile
@@ -892,7 +892,7 @@ pipeline {
892
-e WEB_AUTH=\"${CI_AUTH}\" \
893
-e WEB_PATH=\"${CI_WEBPATH}\" \
894
-e NODE_NAME=\"${NODE_NAME}\" \
895
- -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:${SYFT_IMAGE_TAG}}\" \
+ -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
896
-t ghcr.io/linuxserver/ci:latest \
897
python3 test_build.py'''
898
}
0 commit comments