updated build system
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user