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.
2 parents dee8bcb + 56c1ca7 commit 6775a93Copy full SHA for 6775a93
Jenkinsfile
@@ -860,6 +860,8 @@ pipeline {
860
-e WEB_PATH=\"${CI_WEBPATH}\" \
861
-e NODE_NAME=\"${NODE_NAME}\" \
862
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
863
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
864
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
865
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
866
python3 test_build.py'''
867
}
0 commit comments