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

Plugin does not exist or no valid version can be found error

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 plugin, I am getting the error [INFO] The plugin…
rest_day
  • 858
  • 2
  • 13
  • 28
2
votes
1 answer

Legacy Maven 2 job type Plugin with Maven 3.2.1 not working

I try to use Hudson (3.3.3) and Legacy Maven 2 job type Plugin (3.0.2) with Maven (3.2.1), but I get an error. Is there a way to use Maven 3.2.1? Job log: Found mavenVersion 3.2.1 from file…
dur
  • 15,689
  • 25
  • 79
  • 125
2
votes
1 answer

Hudson -- pulling source from multiple version control systems

I want to create a new hudson job that pulls sources from two version control system cvs and svn. Is this possible. I dont want to move from cvs stuff to svn, because we will soon be moving to git. suggestions?
Mahdi Yusuf
  • 19,931
  • 26
  • 72
  • 101
2
votes
1 answer

hudson: way to get the user value who initiated the build?

Is there a way to get the hudson job initiated user name. Is it possible to get using script shell, py etc. Lets assume I have the build # which was initiated. I know how to get the latest build info using api but would like to get a user details…
enthuguy
  • 405
  • 2
  • 8
  • 20
2
votes
3 answers

hudson -- weekend builds vs. continuous builds (short time)

I have Hudson to run builds as soon as changes have been made to any of the repositories. There are some builds that I want to run once a week during the weekends, but with more special tests which take longer and I wouldn't want to run every time…
Mahdi Yusuf
  • 19,931
  • 26
  • 72
  • 101
2
votes
1 answer

hudson and vmware player or virtual box, windows slave

I am currently running ubuntu 10.4, I would like to be able to run windows XP from within that machine, using vmware player/workstation. I am not sure which is better for my situation. I need to verify my builds under a windows environment, which is…
Mahdi Yusuf
  • 19,931
  • 26
  • 72
  • 101
2
votes
2 answers

Hudson SonarPlugin fails if MAVEN_OPTS are set in build job

I configured a post build sonarqube analysis with the hudson SonarPlugin. I configured the MAVEN_OPTS for the SonarPlugin to be like this: "-Xmx1024m -Dmaven.javadoc.failOnError=false" If I run the job there is an error when hudson tries to execute…
patst
  • 123
  • 7
2
votes
2 answers

Hudson plugin, Java error "... disagree on InnerClasses attribute"

I am trying to be able to step through the code of a Hudson plugin called SVNPublisher. I checked out the code for SVNPublisher, used Netbeans to open the project, and clicked "Debug Main project". This results in a Firefox window opening address…
StackedCrooked
  • 34,653
  • 44
  • 154
  • 278
2
votes
1 answer
2
votes
1 answer

How to add job information in jenkins job/project page

I want to add scm poll information in project/job page below job name.I checked with project action but didn't find the right action which add information in this Job home page before Permalink. PermalinkProjectAction adds action link in Permalink…
Anil
  • 1,470
  • 5
  • 24
  • 35
2
votes
2 answers

Plugin to commit hudson build artifact

Are there any plugins available which will commit the build artifact back to SVN?
2
votes
2 answers

Jenkins subversion tagging plugin - with yes/no option?

I've installed subversion tagging plugin, which works as expected but i do not want to tag every successful build but only tag release candidates. How to control this ? Is there a Yes/No that can be incorporated with subversion tagging plugin on…
iaav
  • 484
  • 2
  • 9
  • 26
2
votes
2 answers

How to integrate Parasoft (JTest) in Hudson?

I normally use JTest Parasoft as a plugin in Eclipse. But now, I need to integrate JTest in Hudson, at a way that in the Post-build, JTest should run its tests over a Maven project. So my questions are : How to integrate JTest in Hudson? I found a…
user3169231
  • 257
  • 3
  • 13
2
votes
8 answers

Test Automation Framework for Web Application using Java

I am beginning to write a Test Automation Framework in Java (language that I am comfortable with) for my Web Application. Currently, it is entirely tested on UI. No Backend / API testing in near sight. I plan to use Selenium Web Driver. This…
2
votes
1 answer

Jenkins/hudson email-ext plugin - "committers" option not visible

I'm trying to use the Jenkins email-ext plugin (Editable Email Notification) to notify a committer if they've broken a build. This can apparently be done by adding a post build action to a project, choosing "Editable Email Notification", and then…