Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2025-07-02 22:24:33 +00:00
parent 10f524d1fa
commit 3c7dcde642
No known key found for this signature in database

2
Jenkinsfile vendored
View File

@ -892,7 +892,7 @@ pipeline {
-e WEB_AUTH=\"${CI_AUTH}\" \
-e WEB_PATH=\"${CI_WEBPATH}\" \
-e NODE_NAME=\"${NODE_NAME}\" \
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:${SYFT_IMAGE_TAG}}\" \
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
-t ghcr.io/linuxserver/ci:latest \
python3 test_build.py'''
}