From df0acab002d19459e2b93ace0e172d622a2aaf94 Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Tue, 12 Dec 2017 12:03:43 -0800 Subject: [PATCH] Fix Jenkins build settings --- jenkins.groovy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jenkins.groovy b/jenkins.groovy index 495aa3ce..e2494b96 100644 --- a/jenkins.groovy +++ b/jenkins.groovy @@ -2,7 +2,7 @@ import jobs.generation.Utilities; import jobs.generation.InternalUtilities; def project = GithubProject -def projectName = "pxt-calliope" +def projectName = "pxt-calliopemini" [true, false].each { isPR -> def newJobName = projectName @@ -23,7 +23,8 @@ def projectName = "pxt-calliope" wrappers { credentialsBinding { string("PXT_ACCESS_TOKEN", "pxt_access_token") - string("PXT_RELEASE_REPO", "pxt_release_repo") + string("PXT_RELEASE_REPO", "pxt_release_repo_calliopemini") + string("CROWDIN_KEY", "pxt_crowdin_key") } } }