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 31620c4 commit 319a81aCopy full SHA for 319a81a
1 file changed
Jenkinsfile
@@ -829,7 +829,7 @@ pipeline {
829
-e WEB_AUTH=\"${CI_AUTH}\" \
830
-e WEB_PATH=\"${CI_WEBPATH}\" \
831
-e NODE_NAME=\"${NODE_NAME}\" \
832
- -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:${SYFT_IMAGE_TAG}}\" \
+ -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
833
-t ghcr.io/linuxserver/ci:latest \
834
python3 test_build.py'''
835
}
0 commit comments