From 12c8006c874cbaaedd384cb9d461be4e31c9d2c1 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 3 Mar 2025 08:24:06 -0600 Subject: [PATCH] updated build system --- .jenkins_builds | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.jenkins_builds b/.jenkins_builds index 97f6e38..93b3f42 100644 --- a/.jenkins_builds +++ b/.jenkins_builds @@ -4,6 +4,8 @@ pipeline { agent none environment { + DEVELOPER_PRIVATE_KEY = "/.ci/cert/developer.priv" + DEVELOPER_PUBLIC_KEY = "/.ci/cert/developer.pub" PROJECT_TEST_CONFIG_DIR = "/.ci/monitarr/test_config" }