I\'m using the groovy post build plugin. http://wiki.hudson-ci.org/display/HUDSON/Groovy+Postbuild+Plugin
One of our Hudson build 开发者_如何学Csystems is not automatically starting its jobs since we switched it over to a different Perforce server. The polling log reports:
I have downloaded开发者_开发知识库 the complete source of hudson jira API plugins and am trying to build it by mvn install. The jira plugin gets build properly, but when it tries to build the hudson p
I have a job NIGHTLY that runs one time each night by a periodical timer. Now I want to change so that the NIGHTLY job is only run if the last execution of another job FOO in Hudson is successful.
I\'m trying to set up the Hudson JIRA plugin.Our JIRA server is secured with an self-signed SSL certificate.I\'ve inserted the certificate my web browser has stored using the keytool command, and gott
I have been trying to integrate 开发者_如何学编程JMeter test with Maven and Hudson. I came across this beautiful post on Maven JMeter and got it set up easily.
I have a Hudson job that runs a maven goal. Before this maven goal is executed I have added a step to run before the build starts, it is a shell script that obtains the version number that I want to u
This Code is from a Hudson plugin. The problem is that the line <aspen:featureTable support=\"${it.getLastBuild().getFeatureSupport()}\" />
I will be moving to git for my version control soon. My continuous build system is Hudson and I use maven to build my artifacts.
I\'m writing an automation program for a Web Application. I am accessing the Web Application through a javascript API and have wrapper functions with custom assertions that currently just write output