This commit is contained in:
2024-10-22 09:25:55 -05:00
parent 0f60a5a467
commit 5138b0d1ab
6 changed files with 18 additions and 68 deletions

View File

@ -6,7 +6,7 @@ pipeline {
environment {
DEVELOPER_PRIVATE_KEY = "/.ci/repertory/cert/developer.priv"
DEVELOPER_PUBLIC_KEY = "/.ci/repertory/cert/developer.pub"
PROJECT_TEST_DIR = "/.ci/repertory/test"
PROJECT_TEST_CONFIG_DIR = "/.ci/repertory/test_config"
}
options {