Skip to content

Instantly share code, notes, and snippets.

@hgmiguel
Created June 23, 2017 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hgmiguel/bc13e2c08ddc51caaac4f22b6bccfb3e to your computer and use it in GitHub Desktop.
Save hgmiguel/bc13e2c08ddc51caaac4f22b6bccfb3e to your computer and use it in GitHub Desktop.
Obtiene una lista de usuarios de la variable de ambiente APPROVERS y la injecta al proceso de promoción.
promotionProcess.getPromotionCondition("hudson.plugins.promoted_builds.conditions.ManualCondition").setUsers(build.getEnvVars()["APPROVERS"])
return true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment