Questions tagged [jenkins-plugins]

Jenkins is an open source continuous integration software. It is extensible by Plugins which are developed by the core team, users, and developers. There are currently 1300+ plugins available for Jenkins.

The complete list of plugins is available here.

What questions should have this tag?

Any questions about Jenkins plugins, plugin development, and plugin use may be tagged with jenkins-plugins.

To learn more about Jenkins plugins:

Visit "Extend Jenkins" and "Customize Jenkins"

7181 questions
204
votes
23 answers

How to get a list of installed Jenkins plugins with name and version pair

How can I get a list of installed Jenkins plugins? I searched the Jenkins Remote Access API document, but it was not found. Should I use Jenkins' CLI? Is there a document or example?
user1284795
  • 2,211
  • 3
  • 15
  • 9
187
votes
15 answers

Jenkins Pipeline Wipe Out Workspace

We are running Jenkins 2.x and love the new Pipeline plugin. However, with so many branches in a repository, disk space fills up quickly. Is there any plugin that's compatible with Pipeline that I can wipe out the workspace on a successful build?…
147
votes
14 answers

Jenkins: Is there any way to cleanup Jenkins workspace?

How can I cleanup the workspace in Jenkins? I am using AccuRev as version control tool. I created freestyle projects in Jenkins.
Karthik
  • 1,471
  • 2
  • 9
  • 5
145
votes
10 answers

Is there a way to keep Hudson / Jenkins configuration files in source control?

I am new to Hudson / Jenkins and was wondering if there is a way to check in Hudson's configuration files to source control. Ideally I want to be able to click some button in the UI that says 'save configuration' and have the Hudson configuration…
Yuval Roth
  • 1,724
  • 2
  • 13
  • 11
140
votes
20 answers

gpg: no valid OpenPGP data found

I am trying to install Jenkins on Ubuntu 13.10 and I am getting the above mentioned error when i try to run the following command: wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
dummy
  • 1,573
  • 2
  • 10
  • 11
136
votes
14 answers

How to install a plugin in Jenkins manually

Installing a plugin from the Update center results in: Checking internet connectivity Failed to connect to http://www.google.com/. Perhaps you need to configure HTTP proxy? Deploy Plugin Failure - Details hudson.util.IOException2: Failed to…
Kishore Tamire
  • 2,054
  • 5
  • 23
  • 25
133
votes
18 answers

Jenkins - HTML Publisher Plugin - No CSS is displayed when report is viewed in Jenkins Server

I have a strange problem with the Jenkins HTML Publisher plugin, wherein all the fancy CSS I have added to the report is stripped out when viewed in Jenkins. If I download the report to local, I am able to see the CSS formatting. Is there a setting…
Vall
  • 3,926
  • 3
  • 14
  • 14
90
votes
9 answers

In Jenkins, how to checkout a project into a specific directory (using GIT)

Sorry for the 'svn' style - we are in a process of migration from SVN to GIT (including our CI Jenkins environment). What we need is to be able to make Jenkins to checkout (or should I say clone?) the GIT project (repository?) into a specific…
viebel
  • 19,372
  • 10
  • 49
  • 83
89
votes
6 answers

Jenkins multiple artifacts for the same build

Is there a way to save/archive multiple artifacts from the same build? Jenkins only allows a single 'Archive the Artifacts' post build step, and grey's out the option after it has been used once. Maybe the ArtifactsArchiver's allows multiple…
thunderbird
  • 2,715
  • 5
  • 27
  • 51
88
votes
6 answers

What is the branch name variable for Jenkins multibranch pipelines?

I need to know which branch is being built in my Jenkins multibranch pipeline in order for it to run steps correctly. We are using a gitflow pattern with dev, release, and master branches that all are used to create artifacts. The dev branch auto…
Christian Rigdon
  • 883
  • 1
  • 6
  • 6
86
votes
5 answers

Execute Shell Script after post build in Jenkins

I am trying to execute a shell script if either the build pass or fails after post-build in Jenkins. I cannot see this option in post build to execute some shell script except for running a target.
topgun
  • 2,463
  • 8
  • 31
  • 46
79
votes
4 answers

Same workspace for multiple jobs

I have a job called "development" and another project called "code analysis". At the moment we have two different jobs and different workspaces, but same code; is there any way we could use the same workspace for multiple jobs?I checked the plugins…
Scg
  • 989
  • 1
  • 7
  • 14
79
votes
4 answers

Jenkins CI: How to trigger builds on SVN commit

What plugins and plugin features do I need to set in order to get my Jenkins job to trigger a build any time code is committed to an SVN project? I have installed both the standard SVN plugin as well as the SVN tagging plugin, but I do not see any…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
76
votes
10 answers

Timeout on a Build Step of Jenkins

In Jenkins, is there a way to give different timeouts to each or selected build step? Build-time plugin out gives functionality of timeout "Abort the build if it's stuck" on complete project, what I need is to give different timeouts for each step.…
rohits
  • 974
  • 1
  • 8
  • 12
72
votes
7 answers

How do I make a Jenkins job start after multiple simultaneous upstream jobs succeed?

In order to get the fastest feedback possible, we occasionally want Jenkins jobs to run in Parallel. Jenkins has the ability to start multiple downstream jobs (or 'fork' the pipeline) when a job finishes. However, Jenkins doesn't seem to have any…
1
2 3
99 100