Skip to content

Commit 215506d

Browse files
Bot Updating Templated Files
1 parent 7adf1b7 commit 215506d

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
@@ -908,6 +908,8 @@ pipeline {
908908
-e WEB_PATH=\"${CI_WEBPATH}\" \
909909
-e NODE_NAME=\"${NODE_NAME}\" \
910910
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
911+
-e COMMIT_SHA=\"${COMMIT_SHA}\" \
912+
-e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
911913
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
912914
python3 test_build.py'''
913915
}

0 commit comments

Comments
 (0)