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 3217abf commit 83a0284Copy full SHA for 83a0284
1 file changed
Jenkinsfile
@@ -823,7 +823,7 @@ pipeline {
823
-e WEB_AUTH=\"${CI_AUTH}\" \
824
-e WEB_PATH=\"${CI_WEBPATH}\" \
825
-e NODE_NAME=\"${NODE_NAME}\" \
826
- -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:${SYFT_IMAGE_TAG}}\" \
+ -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
827
-t ghcr.io/linuxserver/ci:latest \
828
python3 test_build.py'''
829
}
0 commit comments