From 21addf843c37a04f9135a6a35a4ba9b05f939e47 Mon Sep 17 00:00:00 2001 From: guillaumejenkins Date: Fri, 26 May 2017 17:59:17 -0700 Subject: [PATCH] Jenkins credentials migration --- jenkins.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkins.groovy b/jenkins.groovy index 6a3ff099..495aa3ce 100644 --- a/jenkins.groovy +++ b/jenkins.groovy @@ -23,8 +23,7 @@ def projectName = "pxt-calliope" wrappers { credentialsBinding { string("PXT_ACCESS_TOKEN", "pxt_access_token") - string("PXT_RELEASE_REPO", "pxt_release_repo_calliope") - string("TEST_CRED_", "test_secret_in_restricted_folder") + string("PXT_RELEASE_REPO", "pxt_release_repo") } } }