Skip to content

Instantly share code, notes, and snippets.

@vinograd47
Last active April 13, 2022 07:01
Show Gist options
  • Save vinograd47/f47a7e542295c238fff4 to your computer and use it in GitHub Desktop.
Save vinograd47/f47a7e542295c238fff4 to your computer and use it in GitHub Desktop.
My Jenkins plugins list

My Jenkins Plugins List

Must Have

  • Git Git SCM support.
  • Multiple SCMs Support for multiple SCM stages in freestyle job.
  • Copy Artifact Allows to copy artifacts between different builds and jobs.
  • JobConfigHistory Allows to store history of changes for system and job configuration files.
  • thinBackup Just a backup tool.
  • EnvInject Allows to inject and print environment variables.
  • Workspace Cleanup Allows to clean workspace before the build.
  • Template Project Allows to use SCM/build/publish steps from one job in another.
  • EZ Templates Allows to use one job as a template for another (the other job can overwrite default values for job parameters).
  • Green Balls Replaces blue balls with green one.
  • Modern Status Alternative set of status and action icons.
  • SafeRestart Adds SafeRestart button that allows to restart jenkins server.
  • Show Build Parameters Shows build parameters on main build page.
  • Rebuild Adds Rebuild button.

Useful

Publishers

Pipelines

Misc

Not tested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment