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 0f1d445 commit 4ed3dccCopy full SHA for 4ed3dcc
1 file changed
Jenkinsfile
@@ -909,6 +909,8 @@ pipeline {
909
-e WEB_PATH=\"${CI_WEBPATH}\" \
910
-e NODE_NAME=\"${NODE_NAME}\" \
911
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
912
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
913
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
914
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
915
python3 test_build.py'''
916
}
0 commit comments