From 90694f816f43a7314fc4f9d062ad4146086f3e4b Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 23 Jul 2024 08:15:44 -0500 Subject: [PATCH] updated build system --- .jenkins_builds | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.jenkins_builds b/.jenkins_builds index f6aa4de8..12f06c4c 100644 --- a/.jenkins_builds +++ b/.jenkins_builds @@ -4,7 +4,9 @@ pipeline { agent none environment { - PROJECT_TEST_DIR = "${HOME}/.ci/cfg" + DEVELOPER_PRIVATE_KEY = "/.ci/repertory/cert/developer.priv" + DEVELOPER_PUBLIC_KEY = "${WORKSPACE}/developer.pub" + PROJECT_TEST_DIR = "/.ci/repertory/test" } options {