Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2025-11-21 16:29:27 +00:00
parent 6508dfc363
commit 98a9f1f874
No known key found for this signature in database

2
Jenkinsfile vendored
View File

@ -843,6 +843,8 @@ pipeline {
-e WEB_PATH=\"${CI_WEBPATH}\" \
-e NODE_NAME=\"${NODE_NAME}\" \
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
-e COMMIT_SHA=\"${COMMIT_SHA}\" \
-e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
python3 test_build.py'''
}