Skip to content

Commit f94cf60

Browse files
Bot Updating Templated Files
1 parent 1c5e342 commit f94cf60

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
@@ -918,6 +918,8 @@ pipeline {
918918
-e WEB_PATH=\"${CI_WEBPATH}\" \
919919
-e NODE_NAME=\"${NODE_NAME}\" \
920920
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
921+
-e COMMIT_SHA=\"${COMMIT_SHA}\" \
922+
-e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
921923
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
922924
python3 test_build.py'''
923925
}

0 commit comments

Comments
 (0)