Jenkins credentials migration

This commit is contained in:
guillaumejenkins 2017-05-26 17:59:17 -07:00
parent 499bd198cd
commit 21addf843c

View File

@ -23,8 +23,7 @@ def projectName = "pxt-calliope"
wrappers { wrappers {
credentialsBinding { credentialsBinding {
string("PXT_ACCESS_TOKEN", "pxt_access_token") string("PXT_ACCESS_TOKEN", "pxt_access_token")
string("PXT_RELEASE_REPO", "pxt_release_repo_calliope") string("PXT_RELEASE_REPO", "pxt_release_repo")
string("TEST_CRED_", "test_secret_in_restricted_folder")
} }
} }
} }