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
3
votes
1 answer

Status Code 500 when trying to restart. Restart after installing plugins option is gone

We moved Jenkins to another server and after the move, I no longer have the option to "Restart after installing plugins". The words are there but the checkbox is gone. When I try /restart in the URL, I get the verify option and after clicking…
Russell
  • 31
  • 2
3
votes
3 answers

Calendar View for Jenkins jobs

Is there a plugin to jenkins(hudson) that can visually show all jobs and there runs in future as well as in the past. ex: if Job A is scheduled to run once every day at 8 AM. The plugin should show the previous run of the job as well as scheduled…
sandeepkunkunuru
  • 6,150
  • 5
  • 33
  • 37
3
votes
2 answers

Git on Hudson fatal exception when updating submodule

Okay, firstly, I am very new to git. I have set up a build, however it has just started failing, with the following error. FATAL: Command "git submodule update" returned status code 1: stdout: stderr: fatal: reference is not a tree:…
serenskye
  • 3,467
  • 5
  • 35
  • 51
3
votes
1 answer

Show SONAR results in Jenkins?

The SONAR plugin for Jenkins looks to run SONAR analysis on a repo. How do we display some summary of the results in Jenkins? For example, a graph per build of critical and blocker violations. Analysis Collector looks to have a trend graph. …
dfrankow
  • 20,191
  • 41
  • 152
  • 214
3
votes
3 answers

copy artifacts build step using a dynamic project name alternatives - part 2

I am still having problems with jenkins when coping artifacts from a project that is selected by using a variable value. I read the question: copy artifacts build step using a dynamic project name alternatives and I tried it, but, still it doesn't…
3
votes
1 answer

Jenkins wall display 404

I have the Jenkins Wall display plugin enabled but when I click the link I get a 404. The icon itself is also not found. The link to view the wall display is like…
Oliver P
  • 3,029
  • 2
  • 16
  • 12
3
votes
1 answer

Use Jenkins CI for Qt projects

I'm trying to use Jenkins for some project I have written in Qt framework. There is qmake plug-in for Jenkins in Jenkins wiki page, although this plug-in doesn't exist in Jenkins plug-in list. I've looked for .hpi file for qmakebuilder plug-in,…
mrz
  • 1,802
  • 2
  • 21
  • 32
3
votes
1 answer

Claim a specific failing test in Jenkins

One team I am working on uses Jenkins + PHPUnit for CI. I am looking for a good way to indicate a particular person is addressing a particular test which may be failing the build. The Claim plugin seems great for claiming an entire failing build…
FoolishSeth
  • 3,953
  • 2
  • 19
  • 28
3
votes
2 answers

Disable/enable Jenkins plugin per job/node

Is there a way to disable/enable plugin per job or slave node? I'm looking for a way to do that because jenkins admin in my company has concerns about security issues come with groovy system plugin and wants to disable the plugin for all jobs but…
sardok
  • 1,086
  • 1
  • 10
  • 19
3
votes
2 answers

Build status jenkins

How can i access jenkins build status at runtime without email-ext plugin? i want to access build_status using environment variable of jenkins. Or Any other way to access build status variable of jenkins?
Chikku
  • 61
  • 2
  • 10
3
votes
1 answer

How to manage jenkins jobs that needs to run against several branches?

Let's say that you have 5 different jenkins jobs that are executed (triggered) on different conditions but now you want to extend the usage over the other branches. Just duplicating the jobs would create a real maintenance mess, as the number of…
sorin
  • 161,544
  • 178
  • 535
  • 806
3
votes
2 answers

Jenkins htmlpublisher issue

After choosing "Add post build action" and selecting "Publish HTML Reports" the htmlpublisher plugin displays the table header fields (html directory to archive, index pages, report title, keep past html reports) but does not display the fields to…
user1527180
  • 31
  • 1
  • 2
3
votes
4 answers

Jenkins Github oAuth 404 error in callback

i am trying to use Jenkins' Github oAuth plugin (https://wiki.jenkins-ci.org/display/JENKINS/Github+OAuth+Plugin) Name: Name of app URL: http://server:8080 Cacllback: http://server:8080/securityRealm/finishLogin When i enable Github oAuth, it did…
ttback
  • 2,051
  • 5
  • 27
  • 40
3
votes
1 answer

Jenkins/Hudson Upload to Testflight

I have a jenkins job using xcode to build my ipa file. That is all working great. Right now I just have the Marketing version set to ${BUILD_ID} and the technical version set to ${BUILD_NUMBER}. I also have Release configuration specified and my job…
UWSkeletor
  • 921
  • 2
  • 7
  • 14
3
votes
1 answer

Why the ClearCase UCM plugin in Jenkins is unable to find any baseline?

I'm trying to set up Jenkins (v1.47) to build a project using the ClearCase UCM (v1.1.2) plugin. With the following config (names changed to protect the innocent): Stream: project_dev_build@\company_pvob
Component:…