0

I had to skip past the default plugin install page to configure proxy and to fix an issue. But now I need to install default plugins. Is there a way restart the default plugin installation page without having to delete Jenkins container? Or is there a list of default plugin names somewhere where I can manually install.

John Doe
  • 1,237
  • 12
  • 29
  • Does this answer your question? [Install suggested plugins for jenkins](https://stackoverflow.com/questions/63635421/install-suggested-plugins-for-jenkins) – Ian W Mar 21 '21 at 01:57

1 Answers1

1

Here's a list with all of the default plugins, suggested for Jenkins version 2.60.3:

  • Folders
  • OWASP Markup Formatter
  • Structs
  • Pipeline: Step API
  • Token Macro
  • Build Timeout
  • Credentials
  • Trilead API
  • SSH Credentials
  • Plain Credentials
  • Credentials Binding
  • SCM API
  • Pipeline: API
  • Timestamper
  • Script Security
  • JUnit
  • Matrix Project
  • Resource Disposer
  • Workspace Cleanup
  • Ant
  • Pipeline: Supporting APIs
  • Durable Task
  • Pipeline: Nodes and Processes
  • Pipeline: SCM Step
  • Pipeline: Groovy
  • Pipeline: Job
  • Display URL API
  • Mailer
  • Pipeline: Basic Steps
  • Gradle
  • Pipeline: Milestone Step
  • Snakeyaml API
  • Jackson 2 API
  • Pipeline: Input Step
  • Pipeline: Stage Step
  • Pipeline Graph Analysis
  • Pipeline: REST API
  • Pipeline: Stage View
  • Pipeline: Build Step
  • Pipeline: Model API
  • Pipeline: Declarative Extension Points API
  • JSch dependency
  • Git client
  • GIT server
  • Pipeline: Shared Groovy Libraries
  • Branch API
  • Pipeline: Multibranch
  • Pipeline: Stage Tags Metadata
  • Pipeline: Declarative
  • Lockable Resources
  • Pipeline
  • OkHttp
  • GitHub API
  • Git
  • GitHub
  • GitHub Branch Source
  • Pipeline: GitHub Groovy Libraries
  • Subversion
  • SSH Build Agents
  • Matrix Authorization Strategy
  • PAM Authentication
  • LDAP
  • Email Extension

seems like, better to re-install jenkins

Vova
  • 2,425
  • 2
  • 9
  • 18