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

mvn hpi:run fails with error parameter 'minimumJavaVersion' is required for goal org.jenkins-ci.tools:maven-hpi-plugin:3.5:run

I am new to writing jenkins plugin, Trying to build a jenkins plugin using hpi, I have tried steps presented in following documentation/tutorial https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial At running sample code mvn hpi:run it fails…
Riz
  • 11
  • 3
1
vote
1 answer

Hudson and Clover Plugin

We are using the Clover plugin on Hudson. Is it possible to set a property on hudson to exclude certain files / packages from being analyzed by clover? I was looking at the project documentation but didnt come across anything in relation to…
Damien
  • 4,081
  • 12
  • 75
  • 126
1
vote
2 answers

hudson svn publisher plugin not working

I'm trying to use the SVN Publisher plugin to commit some artifacts of my build but I'm getting a non-sensical error: workspace: /Users/builder/hudson/workspace/myproject/ Attempting to import to SVN:…
paleozogt
  • 6,393
  • 11
  • 51
  • 94
1
vote
1 answer

How can a Dynamic View be accessed in Hudson from a KornShell script?

Using a Clearcase Dynamic view, Hudson's job log shows cleartool's lsview, startview and lshistory commands are all successful. However, the subsequent build script (SunOS KornShell (ksh)) fails to access the view's directories. Running "cleartool…
belwood
  • 3,320
  • 11
  • 38
  • 45
1
vote
1 answer

Jenkins (hudson) plugin development meet maven-enforcer-plugin:1.1-SNAPSHOT issue

I try to develop one jenkins (a.k.a hudson) plugin, and follow the Tutorial, and generated source code tree after mvn -cpu hpi:create command. While when I do "mvn package", it reports error like [INFO] Building Unnamed -…
Larry Cai
  • 55,923
  • 34
  • 110
  • 156
1
vote
1 answer

Hudson, triggers based on tagging in SVN

Is there a way or does anyone know of a plug-in that I can use so that my builds will be triggered by tagging in SVN? I have a down stream project that I want to only contain tagged versions of its up stream projects. So, if anyone knows of another…
PFranchise
  • 6,642
  • 11
  • 56
  • 73
1
vote
1 answer

Clearcase plugin with hudson ci server

We are using base clear case with dynamic views on Linux. In our environment some custom script is responsible, so ct mkview is not working. I need either - provide to Hudson plugin a custom script for creating a view - tell to plugin to reuse…
Pavel Bernshtam
  • 4,232
  • 8
  • 38
  • 62
1
vote
1 answer

How to get the host name or ip of a ssh slave node in Jenkins with groovy

I am running a Jenkins server with multiple slave nodes, all of which use the SSH Slaves plugin to launch jobs. I am trying to get a simple Groovy script to run through all the nodes and report the Host entry in the SSH Slaves config. My groovy…
Mike A
  • 500
  • 4
  • 16
1
vote
1 answer

Jenkins mercurial plugin polling rules customization

Is there a way to configure jenkins mercurial plugin to poll only tags/branches matching a specific pattern? I.e. I need it to trigger a build only if a new tag with '-dev' suffix has been pushed
Oleg Kuralenko
  • 11,003
  • 1
  • 30
  • 40
1
vote
1 answer

How to fix broken images and icons in jenkins UI

I am having trouble with the jenkins ui these days with all the images and icons (build icons and those in the manage jenkins page) broken. I have googled and haven't found anything clear. Also, the jenkins became much slower. I read that clearing…
user6348718
  • 1,355
  • 5
  • 21
  • 28
1
vote
3 answers

Are setenv hudson plugin variables accessible in status email?

I installed the SetEnv plugin and it works fine for getting the variables during a task. unfortunately when i try to use the env variable in the resulting status email I have no luck at all. Is this supposed to work? I've tried both $VARNAME and…
Tim
  • 20,184
  • 24
  • 117
  • 214
1
vote
2 answers

Hudson CI - Tagging every build

I am looking for a plugin that will tag (subversion) every single build that Hudson makes ever. I have found the Subversion tagging plugin but it replaces the tag every time a new build happens. I would like to keep track of every single build that…
Mahdi Yusuf
  • 19,931
  • 26
  • 72
  • 101
1
vote
1 answer

How to fail a Hudson job if a certain string occurs in console output

is there a way to make a hudson job fail if a certain string occurs in the console output? The reason I ask is because we have some jobs that deploy EAR files (via mvn commands) and even though the job runs successfully, I see a string like…
Jesper Rønn-Jensen
  • 106,591
  • 44
  • 118
  • 155
1
vote
1 answer

Hudson SVN plugins makes exception for private repository updates

I'm new user of Hudson. I'm running the Hudson in my company network. The source codes for my projects are in the repository of other IDC. The repository itself doen't allow public connection, so we makes a slave node machine for Hudson which can…
xster
  • 11
  • 3
1
vote
1 answer

Hudson - Send Status Change emails only

I am running few scheduled jobs periodically every 5 minutes. How to send status change emails only and no duplicate emails. Please advise. When job is moved from Failure to Success -- Send an email --> "Fixed" trigger working well in this…
redsam
  • 145
  • 1
  • 18