Re: NPE in MongoBuildWrapper

2014-04-17 Thread Rob Moore
I had this issue again. Apparently it occurs if you reference an install in a Jenkins project and the install is removed from the top-level Jenkins configuration. On Friday, February 28, 2014 2:19:22 PM UTC-6, Rob Moore wrote: > > The build is trying to start up MongoDB (using MongoDB plugin) an

ERROR: CVS Command failed: Illegal seek ? Seek workaround

2014-04-17 Thread mpc8250
Hi All We have a clean workspace to checkout modules from a branch. During its checkout of a Jenkins job run, most folders and files are checked out fine but the job always fails at a certain point with the following errors below; what is this error and what's the workaround ? We've tried cle

setting multiple build desc using 'Set build description' plugin

2014-04-17 Thread prab
I want to configure "Set Build Description Plugin" to list out all the change set for the CI builds. When Jenkins check out the Source from TFS, it will list the change set as follows: Changeset: 1234 09:59:26 User: 09:59:26 Date: Changeset: 1235 09:59:26 User: 09:59:26 Dat

RE: GitHub access using access token and Basic Authentication no longer working

2014-04-17 Thread Lily Fu
Sorry, I may have mis-led you. It worked for executing from shell… But for GIT SCM pulling, it does require credential to be set. Lily From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite Sent: Thursday, April 17, 2014 5:11 PM To: jenkinsci-us

Re: GitHub access using access token and Basic Authentication no longer working

2014-04-17 Thread Mark Waite
That's surprising, since those are the exact versions of the plugins which I used and failed. I was using an API key and my user name (rather than my actual password). The username / API key pair worked fine from command line git (embedded in the URL in plaintext) and from a Jenkins credential, b

Re: Subversion "Exclusion revprop name" - trying to use this to ignore certain svn commits, but can't seem to get this to work

2014-04-17 Thread Robert Mackin
Thanks for your reply. I can't find such an option anywhere in the per-job SCM configurarion for Subversion. All I see is: Repository URL Credentials Local module directory Repository depth Ignore Externals Does that mean this feature doesn't really exist? I updated to the latest svn plugin to s

Jenkins ignoring Maven configuration

2014-04-17 Thread Martin Spamer
I have Jenkins installed under tomcat and Jenkins ignored my maven configuration. This issue exists in several versions upto the latest 1.559 and latest tomcat 7 under latest java 7. Jenkins is creating a .jenkins folder in the root and not user home When Maven run via Jenkins it creating a dupl

Re: email-ext when a string is found in ${BUILD_LOG}

2014-04-17 Thread Slide
You can add some debugging in, I didn't say exactly that would work. You may need to tweek it for it to really work. On Apr 17, 2014 11:09 AM, "Nicolas Daigneault" wrote: > No it don't seem to work, I receive an email every time even if the term > Nothing downloaded is found or not. > > > This is

RE: GitHub access using access token and Basic Authentication no longer working

2014-04-17 Thread Lily Fu
I am using Jenkins 1.555 Git client 1.8.0 Git plugin 2.2.1 I was able to use https://username:passw...@github.com/github_username/github_repository maybe it’s fixed for git plugin 2.2.1 ? Lily From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Chris J

Re: email-ext when a string is found in ${BUILD_LOG}

2014-04-17 Thread Nicolas Daigneault
No it don't seem to work, I receive an email every time even if the term Nothing downloaded is found or not. This is now my log Démarré par l'utilisateur xadmin Building in workspace /Users/Shared/Jenkins/Home/workspace/Chrome No emails were triggered

Re: GIT checkout Very Urgent...!!!

2014-04-17 Thread srinath0805
Hi Folks, Thanks for your valuable info... I'm trying with creating branch for every project. On Thursday, April 10, 2014 9:55:21 PM UTC+5:30, srina...@gmail.com wrote: > > Hi Folks, > > I'm trying to checkout a specific file from GIT using Jenkins, I didn't > any way how to get a specific file

Kick off parallel subjobs with file parameters

2014-04-17 Thread Ken Petti
Hello all, I'm trying kick off a master job that passes its string and file parameters to two subjobs that it starts in parallel. The master job then waits for the status of the two subjobs, prints their status to the console, and then fails if either subjob failed. I've investigated the Build

Re: Best way of pulling data to put insde email-ext

2014-04-17 Thread Niksan
While I was waiting for a reply I started googling like a nut job, doesn't help it's my first day with Java either. :) However I managed to rustle up something up if it's of any use to anyone else. Cheers. import hudson.model.* def lastWorkingBuildCS = build.parent.getLastStableBuild().getCh

Grails 2.3.7 on Jenkins will build but will not run tests

2014-04-17 Thread Scott Ryan
Has anyone had any success using the grails plugin to build and test using version 2.3.7. I was able to build with previous versions and can build with the current version on Grails 2.3.7 but when I run automated tests I get an error about the test collector which has been rewritten in the late

Re: Best way of pulling data to put insde email-ext

2014-04-17 Thread Slide
If you use a groovy template, this would be very easy. def theBuild = Jenkins.instance.getItem('MyBuild').lastSuccessfulBuild // do stuff here to access changeNumber from the build object On Thu, Apr 17, 2014 at 5:36 AM, Niksan wrote: > I'm currently trying to get a change number from the last

CI-Game - added 22 unit tests, only 1 point :-(

2014-04-17 Thread William Damage
The report clearly says +22 new unit tests were added, yet at the same time "this build was worth 1 point". Any tips where to investigate more please? Jenkins 1.559 / CI Game 1.19 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubsc

Re: Issue with Validating JIRA Integration

2014-04-17 Thread Michael Wiles
hmmm... the issue does not occur if I run the plugin stand alone (from source etc) so there must be another plugin polluting the class path... On 15 April 2014 11:45, Michael Wiles wrote: > I setup my jira integration values in the Manage System page, I click > validate and I get the following

Re: Best way of pulling data to put insde email-ext

2014-04-17 Thread Niksan
I should probably add that I'm running on a Windows machine if that makes any difference. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsub

Best way of pulling data to put insde email-ext

2014-04-17 Thread Niksan
I'm currently trying to get a change number from the last successful build, I can do this as a URL but I'm wondering if there's a more simple approach to getting this info to make it part of an email-ext mail so I can provide the last successful changelist along with the broken one. http://loc

Re: Spawned child processes don't get killed on end/abort

2014-04-17 Thread Andrei Neculau
looks like this is a bug https://issues.jenkins-ci.org/browse/JENKINS-22641 On Thursday, April 17, 2014 10:49:48 AM UTC+2, Andrei Neculau wrote: > > *Side note* > > if I remove the "killall python || true" line, then I even get a warning > at the end of the job "Process leaked file descriptors. S

Re: build.xml:28: exec returned: 255

2014-04-17 Thread Graham Little
O.k, so I have found the issue and its a strange one. Its not actually a problem with Jenkins as far as I can see which of course makes sense. I had a look at the microsoft bat file that is being executed and the link that is causing an issue. There is a snippet of that bat file below this and I

build.xml:28: exec returned: 255

2014-04-17 Thread Graham Little
[echoproperties] #Thu Apr 17 11:45:40 FET 2014 [echoproperties] DSTAMP=20140417 [echoproperties] TODAY=April 17 2014 [echoproperties] TSTAMP=1145 [echoproperties] ant.core.lib=C\:\\Env\\apache-ant-1.8.2\\lib\\ant.jar [echoproperties] ant.file=c\:\\jenkins\\workspace\\knidosamq_cpp_ftljms_win

Re: Spawned child processes don't get killed on end/abort

2014-04-17 Thread Andrei Neculau
*Side note* if I remove the "killall python || true" line, then I even get a warning at the end of the job "Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information" So jenkins does see that there are spawned processes.

Spawned child processes don't get killed on end/abort

2014-04-17 Thread Andrei Neculau
Hi I have a simple job running java -version killall python || true python -m SimpleHTTPServer & but the python job is still running after the job run has ended. Sys info: https://gist.github.com/andreineculau/10965094 On IRC #jenkins, I learned last night that the ProcessTreeKiller featur