Questions tagged [jenkins-plugins]

For questions about plugins for Jenkins, the open source automation server.

From the Managing Plugins page of the documentation:

Plugins are the primary means of enhancing the functionality of a Jenkins environment to suit organization- or user-specific needs. There are over a thousand different plugins which can be installed on a Jenkins master and to integrate various build tools, cloud providers, analysis tools, and much more.

Plugins can be automatically downloaded, with their dependencies, from the Update Center. The Update Center is a service operated by the Jenkins project which provides an inventory of open source plugins which have been developed and maintained by various members of the Jenkins community.

139 questions
1
vote
1 answer

Is it possible to give only view permission for Jenkins monitoring-plugin

We have the monitoring-plugin installed: https://github.com/jenkinsci/monitoring-plugin is there a way to give only view permissions once it is installed?
arielma
  • 339
  • 2
  • 9
  • 21
0
votes
1 answer

Jenkins 2.164.3 - programmable plugins installations for specific versions

Which tool should I be using in order to be able to control Jenkins plugins from a cli/script in such way that when I have a new installation (e.g. 2.164.3)? For example, I want to type blueocean - 1.1.15 (older version then current for example) and…
0
votes
1 answer

Is it possible to downgrade Jenkins container plugin thought CLI?

I have a job that creates a container from Jenkins image. I would like to add to the script one more option: Currently, it's installing the image with DSL plugin version 1.77. is there a command I can run from CLI to downgrade the plugin version to…
A. Man
  • 131
  • 7
0
votes
1 answer

Which plugin is used to copy file from different environment in jenkins

I want to copy file from different environment in jenkins. Can you please guide me to choose the plugin for copying
user18589
  • 1
  • 1