Questions tagged [hudson-plugins]

Hudson plugins provide extensions to Hudson's basic capabilities. These include source code access, display, process control, and many others.

317 questions
1
vote
1 answer

Show Hudson Build History with Parameters

For a given Hudson job, which is parameterized, I'd like to see a list of recent builds with the parameters displayed. I don't want to have to do any extra clicks to drill down, because I need to visually scan the jobs to find the parameter values…
egilchri
  • 761
  • 1
  • 5
  • 19
1
vote
1 answer

Jenkins: Get build branch as an environment variable

I am executing a build which merges the changes from one branch into another(through the 'merge before build' option). Now, I need the $GIT_BRANCH variable in my execute shell, and it gives me the second branch(into which my changes have been…
MBee
  • 31
  • 5
1
vote
1 answer

Exception with svn authentication in hudson

I have a job connected to svn repository, but recently it began to throw this exception and the build fails: HTTP ERROR 500 Problem accessing /job/logger/descriptorByName/hudson.scm.SubversionSCM/checkRemote. Reason: …
1
vote
2 answers

nodejs plugin for dalek on Jenkins configuration issues questions

We are trying to run dalek on a Windows box with Jenkins. We installed nodejs binary on the Windows box. We installed the nodejs plugin on Jenkins. When we run our job, we get this error: [Test] $ C:\Windows\TEMP\hudson1848754731046994976.js FATAL:…
chz
  • 355
  • 1
  • 7
  • 21
1
vote
2 answers

How to enable/configure the Hudson plugins loging for debugging purpose

I'm looking to enable/configure the Hudson plugins logging to show when/what the plugin actions are executed. I'm currently interested in FTP Uploader Plugin but a general config will be more than useful:
user68682
  • 745
  • 2
  • 12
  • 18
1
vote
1 answer

Use findbug's surpresswarning annotations from eclipse in hudson

I got a hudson job which analyses the sources with findbugs. I'm currently using filters to surpress the warings but it would be better if I could surpress them directly in code. I've seen that there is a findbugs plugin to analyse the code in…
1
vote
2 answers

Hudson post build tasks

I have an issue in hudson post build tasks, I am using two plugin FTP Upload(which uploads artifacts to FTP server) and Post Build Tasks(which execute my external batch file). Now my issue is that Post Build Tasks executes before FTP Upload, that…
commit
  • 4,777
  • 15
  • 43
  • 70
1
vote
2 answers

Possible to register Selenium RC's with the Hudson Selenium Grid Hub w/o the RC's being slaves in the Hudson cluster?

I am trying to get Hudson to run my ruby based selenium tests. I have installed the Selenium Grid plugin, but I don't want to have the RC's running as slaves in a Hudson cluster. The reason for this is I don't want to waste the next six years of my…
Rodreegez
  • 576
  • 5
  • 15
1
vote
2 answers

Hudson cyclic dependencies

Is there a method of checking for cyclic dependencies between jobs in Hudson? It is simple to observe if A->B->A but if A->B->C->D->A then its almost impossible manually. Is there a plugin to do this? I think it is key functionality because such a…
liam.j.bennett
  • 424
  • 1
  • 4
  • 11
1
vote
0 answers

Aborting a build from hudson is still executing the script at target machine

Bit new to Hudson so this might be silly question for few of you. I was using Hudson version 2.2.0 and everything was running fine in there but as soon as I upgraded to latest version available as of now, a new problem came into picture. i.e. with…
user2033758
  • 1,848
  • 3
  • 16
  • 16
1
vote
4 answers

How to execute single hudson job on multiple platforms with different parameters

I have a single hudson job & I would like to execute the single hudson job on multiple machines, right now I gotta know that I can do it by creating my hudson job as "multi configuration job", so now with single hudson job am able to trigger it in…
1
vote
1 answer

Jenkins: trigger a downstream job

I have 2 jobs on Jenkins: job A (the upstream job) and job B (the downstream job) that needs to be triggered after job A has finished. I used to solve this problem with: configuring Trigger parameterized build on other projects set on job A and it…
1
vote
1 answer

How to sort Hudson builds by last run? (as opposed to last success or last failure)

I'm trying to get more useful test results for our Hudson build, and I'd like to be able to sort all builds by last run date. Unfortunately, It seems I can only sort by either last success or last failure. Is there a way to add this functionality…
user1029167
  • 349
  • 1
  • 4
  • 15
1
vote
1 answer

Integrate clearcase with Hudson

I am trying to integrate clearcase with Hudson, but auto build is not triggering while merge or checkout. Created dynamic view "sundaa4_Hudson_Test" and gave the config spec which I used in clearcase When I gave manual build its showing…
Sijith
  • 3,740
  • 17
  • 61
  • 101
1
vote
3 answers

Hudson failing to start

I had hudson running on windows server successfully. needed to restart the hudson service. After restart i am getting below error. Any idea, or if anybody experienced this issue. org.jvnet.hudson.reactor.ReactorException: …
user3232823
  • 1,867
  • 3
  • 18
  • 27