Skip to content

Commit 813d73a

Browse files
Bot Updating Templated Files
1 parent dde8fa5 commit 813d73a

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
@@ -915,6 +915,8 @@ pipeline {
915915
-e WEB_PATH=\"${CI_WEBPATH}\" \
916916
-e NODE_NAME=\"${NODE_NAME}\" \
917917
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
918+
-e COMMIT_SHA=\"${COMMIT_SHA}\" \
919+
-e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
918920
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
919921
python3 test_build.py'''
920922
}

0 commit comments

Comments
 (0)