Skip to content

Commit 79394c3

Browse files
Bot Updating Templated Files
1 parent cd60e8b commit 79394c3

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
@@ -988,6 +988,8 @@ pipeline {
988988
-e WEB_PATH=\"${CI_WEBPATH}\" \
989989
-e NODE_NAME=\"${NODE_NAME}\" \
990990
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
991+
-e COMMIT_SHA=\"${COMMIT_SHA}\" \
992+
-e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
991993
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
992994
python3 test_build.py'''
993995
}

0 commit comments

Comments
 (0)