Skip to content

Commit 6fc1a00

Browse files
Bot Updating Templated Files
1 parent 71d0432 commit 6fc1a00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,8 @@ pipeline {
906906
-e WEB_PATH=\"${CI_WEBPATH}\" \
907907
-e NODE_NAME=\"${NODE_NAME}\" \
908908
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
909+
-e COMMIT_SHA=\"${COMMIT_SHA}\" \
910+
-e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
909911
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
910912
python3 test_build.py'''
911913
}

0 commit comments

Comments
 (0)