From e5d78d65cbf68e0b4852d163c5d34eda9890a298 Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Wed, 9 May 2018 12:39:25 -0400 Subject: [PATCH] Add crowdin to build (#591) --- jenkins.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins.groovy b/jenkins.groovy index 5cdd3180..eacafb08 100644 --- a/jenkins.groovy +++ b/jenkins.groovy @@ -24,6 +24,7 @@ def projectName = "pxt-ev3" credentialsBinding { string("PXT_ACCESS_TOKEN", "pxt_access_token") string("PXT_RELEASE_REPO", "pxt_release_repo_ev3") + string("CROWDIN_KEY", "pxt_crowdin_key") } } }