From c20e18e7a727df8e8c611eb7d4310cb36adc00c0 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 4 Mar 2025 10:54:10 -0600 Subject: [PATCH] fix --- .jenkins_builds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.jenkins_builds b/.jenkins_builds index c0c8565..d6c2ad5 100644 --- a/.jenkins_builds +++ b/.jenkins_builds @@ -4,8 +4,8 @@ pipeline { agent none environment { - DEVELOPER_PRIVATE_KEY = "/.ci/cert/developer.priv" - DEVELOPER_PUBLIC_KEY = "/.ci/cert/developer.pub" + DEVELOPER_PRIVATE_KEY = "/.ci/monitarr/cert/developer.priv" + DEVELOPER_PUBLIC_KEY = "/.ci/monitarr/cert/developer.pub" PROJECT_TEST_CONFIG_DIR = "/.ci/monitarr/test_config" }