Skip to content

Instantly share code, notes, and snippets.

@KondaReddyR
Created April 4, 2019 18:40
Show Gist options
  • Save KondaReddyR/70136340a9b9c6a9fd67e039c8f1b44e to your computer and use it in GitHub Desktop.
Save KondaReddyR/70136340a9b9c6a9fd67e039c8f1b44e to your computer and use it in GitHub Desktop.
Jenkins Script Plugins sorted
ArrayList pluginsList = Jenkins.instance.pluginManager.plugins
pluginsList.sort{ it.shortName }.each{
print it.shortName
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment