Skip to content

Commit 07caa96

Browse files
Bot Updating Templated Files
1 parent be89b0b commit 07caa96

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

0 commit comments

Comments
 (0)