From d09bd35646db149da4651b99fde6f805801ab238 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 2 Aug 2025 16:37:49 -0500 Subject: [PATCH] fix --- .jenkins_macos | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.jenkins_macos b/.jenkins_macos index ed082de2..757f0799 100644 --- a/.jenkins_macos +++ b/.jenkins_macos @@ -4,9 +4,9 @@ pipeline { agent none environment { - DEVELOPER_PRIVATE_KEY = "${env.HOME}/.ci/repertory/cert/developer.priv" - DEVELOPER_PUBLIC_KEY = "${env.HOME}/.ci/repertory/cert/developer.pub" - PROJECT_TEST_CONFIG_DIR = "${env.HOME}/.ci/repertory/test" + DEVELOPER_PRIVATE_KEY = "${HOME}/.ci/repertory/cert/developer.priv" + DEVELOPER_PUBLIC_KEY = "${HOME}/.ci/repertory/cert/developer.pub" + PROJECT_TEST_CONFIG_DIR = "${HOME}/.ci/repertory/test" } options {