TeamCity change in 'Open-source projects :: Storybook' project: parameters of 'Danger' build configuration were updated

This commit is contained in:
filipp.riabchun 2018-04-15 10:05:22 +00:00 committed by root
parent 484b061a21
commit fb86cf7872

View File

@ -0,0 +1,20 @@
package OpenSourceProjects_Storybook.patches.buildTypes
import jetbrains.buildServer.configs.kotlin.v2017_2.*
import jetbrains.buildServer.configs.kotlin.v2017_2.ui.*
/*
This patch script was generated by TeamCity on settings change in UI.
To apply the patch, change the buildType with uuid = '759f0116-2f7d-4c03-8220-56e4ab03be3a' (id = 'OpenSourceProjects_Storybook_Danger')
accordingly and delete the patch script.
*/
changeBuildType("759f0116-2f7d-4c03-8220-56e4ab03be3a") {
params {
expect {
param("env.DANGER_GITHUB_API_TOKEN", "49aa9a6549007391dfcef9c76fca32a73560fd83")
}
update {
password("env.DANGER_GITHUB_API_TOKEN", "credentialsJSON:6cc7ea66-39bd-49a3-9b5f-089ccacc59d5", display = ParameterDisplay.HIDDEN)
}
}
}