updated build system

This commit is contained in:
Scott E. Graves 2025-03-03 08:24:06 -06:00
parent 278a0af716
commit 12c8006c87

View File

@ -4,6 +4,8 @@ pipeline {
agent none agent none
environment { environment {
DEVELOPER_PRIVATE_KEY = "/.ci/cert/developer.priv"
DEVELOPER_PUBLIC_KEY = "/.ci/cert/developer.pub"
PROJECT_TEST_CONFIG_DIR = "/.ci/monitarr/test_config" PROJECT_TEST_CONFIG_DIR = "/.ci/monitarr/test_config"
} }