Skip to content

Commit 616235d

Browse files
Bot Updating Templated Files
1 parent 94bca8b commit 616235d

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

0 commit comments

Comments
 (0)