Created
April 4, 2019 18:40
-
-
Save KondaReddyR/70136340a9b9c6a9fd67e039c8f1b44e to your computer and use it in GitHub Desktop.
Jenkins Script Plugins sorted
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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