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

Where does Hudson store its last synchronized Perforce changelist number?

One of our Hudson build systems is not automatically starting its jobs since we switched it over to a different Perforce server. The polling log reports: Last sync'd change was nnnnnn Where nnnnnn is a changelist number from the old server. The new…
adietrich
  • 669
  • 5
  • 10
1
vote
1 answer

Jenkins envInject Plugin not picking PATH

I have my Jenkins configured to Inject environment variables to the build process and set the Properties File Path to G:\Jenkins\env.properties Inside my env.properties VISUALSTUDIOVERSION=12.0 PATH=$PATH When I run my job, the PATH is not…
Jill448
  • 1,745
  • 10
  • 37
  • 62
1
vote
2 answers

EnvInject Plugin to load environment variables

I am trying to load env variables using EnvInject Plugin and not able to do so
1
vote
1 answer

hudson + git + maven

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. Anyone have a best practice for setting up git to work best with these other tools. recommendations on how packages…
Mahdi Yusuf
  • 19,931
  • 26
  • 72
  • 101
1
vote
1 answer

Random failure on Hudson for Maven builds

Since migrating to Maven, a lot of Java project builds on Hudson randomly fail with the following error message: [ERROR] Process did not initiate connection and is still alive; killing it [ERROR] Failure: hudson.AbortException: Process failed to…
Isabella Almeida
  • 789
  • 7
  • 12
1
vote
1 answer

Finding unused plugins in HUdson

I am using Hudson 3.3.1 in my org and I see a bunch of unwanted plugins being added to the hudson. I am planning to get rid of those unwanted or unused plugin. I thought of scanning all the job config files, but I have following questions. If there…
1
vote
0 answers

Get list of modified / new / removed files using org.jenkinsci.plugins.gitclient.GitClient

How can I get the list of modified, new, and removed files using org.jenkinsci.plugins.gitclient.GitClient ? Right now, I'm doing something like: String status = ((CliGitAPIImpl) gitClient).launchCommand("ls-files", "--deleted", "--modified",…
josecampos
  • 851
  • 1
  • 8
  • 25
1
vote
1 answer

Detect java error in Hudson execution

I'am executing an java script in Hudson server. I want throw new error if the java fail but I dont know how to do it. I want to throw new error because I configured send new email when the enter image description hereerror throw.
gradski
  • 71
  • 1
  • 2
  • 8
1
vote
1 answer

Label Clearcase View from Hudson

Is there any way to label a paticular Clearcase view through the Hudson tool itself? (i.e. with Perforce there is an option to "Label This Build").
rickjr82
  • 203
  • 1
  • 11
1
vote
1 answer

hudson latest builds being pushed to updatesite

I was wondering if there was a plugin or best practice for pushing the latest successful build of a hudson job. To a developer update site. This is particularly useful for the manual testers as well as getting to them the most up to date version of…
Mahdi Yusuf
  • 19,931
  • 26
  • 72
  • 101
1
vote
1 answer

Hudson -- Dumb slave

I have been playing with Hudson slaves lately, I was wondering what a dumb slave is? and when is it beneficial to use? An example would be nice. They suggest there are other types of slaves but they then again list none. Thanks
Mahdi Yusuf
  • 19,931
  • 26
  • 72
  • 101
1
vote
1 answer

Upload multiple log files per Hudson build step

We're considering moving to Hudson, and currently have build steps that write 2 files (say, a log file and an audit file), and I would like both of them to be viewable for each step (kind of like the Console Output thing, simply for other files). I…
abyx
  • 69,862
  • 18
  • 95
  • 117
1
vote
3 answers

Why am I getting this java.io.exception "Can't allocate memory" from Hudson?

Here's what I believe to be the relevant error message: Caused by: java.io.IOException: Cannot run program "/usr/bin/git" (in directory "/var/lib/hudson/jobs/Goals/workspace"): java.io.IOException: error=12, Cannot allocate memory at…
Josh Smith
  • 14,674
  • 18
  • 72
  • 118
1
vote
1 answer

Jenkins - Put build in Queue

I want to create the following flow: I have some program which is making a REST CALL to one of my builds, it could make it any time in a day, but i don't want this my jennkins build to be executed immediately, only in a specific interval of time E.G…
Alex Brodov
  • 3,365
  • 18
  • 43
  • 66
1
vote
1 answer

Why does Hudson/Jenkins need restart after deploying a plugin?

Is there no other way to deploy a plugin and make it functional, without restart? Or else can someone give details what happens to plugin.hpi on restart and why restart of Hudson/Jenkins is important?