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 00a2f9e commit e9c3fc9Copy full SHA for e9c3fc9
1 file changed
Jenkinsfile
@@ -904,7 +904,7 @@ pipeline {
904
-e WEB_AUTH=\"${CI_AUTH}\" \
905
-e WEB_PATH=\"${CI_WEBPATH}\" \
906
-e NODE_NAME=\"${NODE_NAME}\" \
907
- -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:${SYFT_IMAGE_TAG}}\" \
+ -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
908
-t ghcr.io/linuxserver/ci:latest \
909
python3 test_build.py'''
910
}
0 commit comments