This commit is contained in:
2025-03-04 10:54:10 -06:00
parent ebeb481ea2
commit c20e18e7a7

View File

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