updated build system

This commit is contained in:
Scott E. Graves 2024-07-23 08:15:44 -05:00
parent 51636fbac3
commit 90694f816f

View File

@ -4,7 +4,9 @@ pipeline {
agent none agent none
environment { 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 { options {