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 90b0d7b commit 755af1fCopy full SHA for 755af1f
1 file changed
Jenkinsfile
@@ -838,6 +838,8 @@ pipeline {
838
-e WEB_PATH=\"${CI_WEBPATH}\" \
839
-e NODE_NAME=\"${NODE_NAME}\" \
840
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
841
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
842
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
843
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
844
python3 test_build.py'''
845
}
0 commit comments