Skip to content

Commit 2a376c5

Browse files
Bot Updating Templated Files
1 parent 77268f5 commit 2a376c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Jenkinsfile

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

0 commit comments

Comments
 (0)