diff --git a/.jenkins_builds b/.jenkins_builds index 97f6e38..93b3f42 100644 --- a/.jenkins_builds +++ b/.jenkins_builds @@ -4,6 +4,8 @@ pipeline { agent none environment { + DEVELOPER_PRIVATE_KEY = "/.ci/cert/developer.priv" + DEVELOPER_PUBLIC_KEY = "/.ci/cert/developer.pub" PROJECT_TEST_CONFIG_DIR = "/.ci/monitarr/test_config" }