Re: Gerrit Trigger Plugin - Build is blocked constantly

2018-02-20 Thread Robert Sandell
onfidential, and is intended for use only by the individual > or entity to which it is addressed. Any disclosure, copying or distribution > of the information by anyone else is strictly prohibited. If you have > received this document in error, please notify us promptly by responding

Re: Multiline regex not working in Build Failure Analyzer Plugin

2017-08-04 Thread Robert Sandell
Both Shiran's and Eric's patterns work for me, but Shiran's is a bit more accurate in finding the offending start line when navigating the found indication from the build page

Re: Extended E-mail Notification (Email-ext) Default Pre-Send Script and Script Security...

2017-05-24 Thread Robert Sandell
Your script doesn't seem to need a classpath entry, and the classpath entry seems to be an empty string, or just white space? /B On Tuesday, May 23, 2017 at 10:14:57 PM UTC+2, Matt Childress wrote: > > This is driving me nuts. Jenkins has been running just fine until during > one of the updat

Re: Load properties from a properties file and make it available anywhere in the pipeline

2017-05-03 Thread Robert Sandell
t; > On Wednesday, 3 May 2017 12:24:02 UTC+2, Robert Sandell wrote: >> >> The File constructor is blacklisted so that users don't try to do the >> mistake that you are doing. >> The pipeline code is running on the master (only the steps themselves are >> actual

Re: Load properties from a properties file and make it available anywhere in the pipeline

2017-05-03 Thread Robert Sandell
The File constructor is blacklisted so that users don't try to do the mistake that you are doing. The pipeline code is running on the master (only the steps themselves are actually running on the agent), so when you create a new file pointing it to $workspace it is most likely not there on the m

Re: jenkins on windows7. how to fix “couldn't find any revision to build?”

2016-03-31 Thread Robert Sandell
s Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtFmArLH1_QfwNksqQaO4CqAcnUCHAagMGG%2BGeC-rZL9JQ%40mail.gmail.co

Re: Gerrit Trigger and email notification

2015-01-19 Thread Robert Sandell
Are you using the Gerrit Trigger Build Chooser? It should only select the patch set that triggered the build to be in the change list. /B On Friday, January 16, 2015 at 5:21:14 AM UTC+1, 李大明 wrote: > > I set up a Jenkins server and use gerrit trigger, I want to configure > Jenkins to send notif

Re: Gerrit trigger result for each job - NOT joint result

2015-01-08 Thread Robert Sandell
I answered your question on the dev list [1] but I should have answered it here first. https://groups.google.com/forum/#!topic/jenkinsci-dev/KjsYLD8dzxE /B On Sunday, January 4, 2015 3:50:44 PM UTC+1, Alex wrote: > > Hi, > > The Gerrit Trigger plugin allows you to create multiple jobs with the

Re: Git plugin 2.0 with Gerrit Trigger plugin

2014-02-12 Thread Robert Sandell
I have it working on both of my test servers, but haven't upgraded in the production environment yet. The only previous known issues I've heard of is a nullpointer exception when the changelog was calculated, but that was fixed in 2.11 of the trigger. /B Den onsdagen den 12:e februari 2014 kl.

Re: managing many jobs/nodes - better way than UI

2012-06-05 Thread Robert Sandell
You can use the Multi slave config plugin to manage you slaves easier: https://wiki.jenkins-ci.org/display/JENKINS/Multi+Slave+Config+Plugin The platform labeler plugin is also handy if you have a heterogeneous cluster https://wiki.jenkins-ci.org/display/JENKINS/PlatformLabeler+Plugin We us

Re: Jenkins UI enhancements

2012-02-24 Thread Robert Sandell
The slave-list is also a problem for us. We have a couple of hundred slaves connected and you loose the overview possibilities after about 30 slaves or so. But I would probably like to have the slaves grouped by for example label and then ordered by relevance in that group. Perhaps an extensio