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

How to prevent a build from plugin code in Jenkins

I'm trying to write a plugin that will prevent a build from occurring based on certain conditions. I've tried putting the conditional checks in the prebuild method (overridden), but from what I can see, the best I can hope to accomplish from there…
sybkar
  • 386
  • 1
  • 9
1
vote
2 answers

Selenum-server fails regexp pattern that passes in Selenium-IDE

i have a (i guess) simple question. I am running Selenium test cases (HTML, selense) after a successful build in Hudson. The testcases pass when i run them in the IDE after the build but not on the server. The cases that fails holds a regexp…
SebastianK
  • 55
  • 1
  • 1
  • 7
1
vote
1 answer

Does Hudson have a build hung notifier?

When using Bamboo there is a build notifier (mostly a timer) that sends an e-mail notification when your build has been running unusually long. I've hunted around and could not find a similar feature for Hudson. Does Hudson have a build hung…
Randolph
  • 451
  • 10
  • 24
1
vote
1 answer

Jenkins EC2 plugin: how to choose different security group

I am trying to use the EC2 plugin from jenkins to launch a slave agaent instance on AWS EC2. However I want to be able to specify my security group and as of right now it forces me to choose default. Does anyone know a workaround for this? I looked…
jason
  • 189
  • 1
  • 3
  • 10
1
vote
0 answers

Measure performace of C++ test suite with Hudson

I am using CppUnit plugin for Hudson to read my test results. How can I measure performance, in terms of run-time of my tests, and show them on my Hudson dashboard? Any plugins, or hacks would be of great help. Thanks!
ajmartin
  • 2,379
  • 2
  • 26
  • 42
1
vote
3 answers

how to connect mysql from hudson?

I am executing regression test created by selenium and triggered from hudson. After this test i need to clean up DB , so for this any option there in Hudson to connect DB and execute some script? Or what is the best way to do this one? Thanks in…
Mani
  • 61
  • 8
1
vote
0 answers

Using Quality Center Hudson Plugin for QTP only

Can we use Quality Center Hudson Plugin for QTP only without installing QC?
Rakesh Goyal
  • 3,117
  • 8
  • 39
  • 69
1
vote
1 answer

Jenkins (Hudson) plugin to translate revision number to build number

I'm looking to a Jenkins (fka Hudson) plugin to visualize which revision number is connected to each build number (SCM is SVN, build done by maven). Does anyone know of such a plugin? Update1: Yes, I know of svn tags, we use them, we can go to svn…
Ran Biron
  • 6,317
  • 5
  • 37
  • 67
1
vote
1 answer

How to package hudson.war with extra plugins installed by default

I am wondering if it is possible to re-package the basic hudson.war with some extra plugins so they are installed by default for the end user. If so, what is the process to do this? I've got a hudson.war which I start up, and then I manually…
Denali Lumma
  • 319
  • 6
  • 14
1
vote
1 answer

Objective-C code analyses plugin at hudson

I use the clang static analyzer to check my code. At jenkins i used this plugin to execute the static analysis tool and generate a report. Now i have to switch to hudson but there is no "clang plugin"... Does somebody know a alternative plugin or a…
Michael S
  • 731
  • 2
  • 10
  • 26
1
vote
2 answers

Jenkins and Jelly (ext-email plugin)

I am using a jelly script with ext-email plugin. If I would like to add a picture myself how do I do that in a jelly script. I have tried alot of diffrent ways but still it is the wrong search way.
Mikael
  • 173
  • 2
  • 12
1
vote
3 answers

Gradle Dependency Problem when Upgrading to Gradle 6

I have a gradle Project where I have a dependency on "hudson-core 3.3.3" compile group: 'org.eclipse.hudson', name: 'hudson-core', version: '3.3.3' This works without a problem when using Gradle 5.6.2 When I upgrade to Gradle 6.0.1 I receive the…
Christoph Forster
  • 1,728
  • 4
  • 27
  • 39
1
vote
1 answer

Publish artefacts to two different SVN repositories in Hudson

After the build, I want to publish my artefacts (jars) in two different SVN repositories, is it possible to do that in Hudson? By using the Hudson plugin "Publish to Subversion repository", i can publish my artefacts to only one SVN…
Rayouma
  • 152
  • 2
  • 9
1
vote
1 answer

Is it possible to use Jenkins' Maven plugin with non-Java build projects?

I have a list of Jenkins jobs that are independent, but it would be convenient if I could group them together to have them all run with the click of one button. Each of the projects is concerned with deployment, not compilation. I've found the…
Dan
  • 2,338
  • 17
  • 28
1
vote
1 answer

Jenkins (formerly Hudson) Plot Plugin: Illegible Font

The text within the plots generated by Jenkins' Plot plugin is illegible, as it uses a very small cursive font. It appears as though I am missing a Java font used by this plugin; however, I have no idea how to install or find such fonts. I'm using…
webjawns.com
  • 2,300
  • 2
  • 14
  • 34