Re: Jenkins User Conference 2014

2014-01-31 Thread Ann Campbell
I'd vote for Atlanta for the East Coast conference. Ann -- ** Privileged and/or confidential information may be contained in this message. If you are not the addressee indicated in this message (or are not responsible for delivery of thi

Re: How to Skip Sonar and Unit tests

2013-09-23 Thread Ann Campbell
I'll augment Matthew's response by adding that I tie the conditional build step to a boolean build parameter (default true) HTH, Ann On Monday, September 23, 2013 3:56:12 AM UTC-4, matthew...@diamond.ac.uk wrote: > > https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Pluginis

Re: Notify "n Minutes before Job Starts"

2013-06-24 Thread Ann Campbell
The way I handle this is to put an n-minute sleep at the start of the job. Use the Extended email plugin to send a before-build notification & voila' On Monday, June 24, 2013 3:44:10 AM UTC-4, Vinod Kumar wrote: > > I am looking for a plugin or way to notify people n minutes before the job > a

Re: disabled job and yet able to run - quick question

2013-01-24 Thread Ann Campbell
My understanding is that Jenkins reads in configs and then uses them from memory. So modifying the config files after Jenkins startup isn't going to do what you expect. -- ** Privileged and/or confidential information may be contained

Re: I need to drop text from Jenkins into a text file before build

2012-06-28 Thread Ann Campbell
I agree with Mark that the methodology sounds a little hinky. Nonetheless, it sounds like what you're looking for is a Build Parameter. Don't remember at this point whether that's built-in or offered as part of a plugin. But that's what it's called. With Build Parameters enabled, you're present

Re: Userbility on when starting build with parameters

2012-06-15 Thread Ann Campbell
Don't forget that you can add a description to each parameter (i.e. field-by-field documentation) and default values... :-) Ann -- ** Privileged and/or confidential information may be contained in this message. If you are not the address

Re: very similar jobs as separate jobs

2012-06-15 Thread Ann Campbell
Another option would be to set it up the first time, then copy/modify. Of course, that makes subsequent tweaks a real bear... :-) Ann On Friday, June 15, 2012 11:36:17 AM UTC-4, shanz wrote: > > https://groups.google.com/d/topic/jenkinsci-users/02DeNoP5HtA/discussion > > -- *

Re: Redirect Tomcat log to Jenkins Log

2012-04-26 Thread Ann Campbell
Are you talking about the Tomcat Jenkins runs on or a TC you're using Jenkins to deploy to? -- ** Privileged and/or confidential information may be contained in this message. If you are not the addressee indicated in this message (or are

Re: Issue when performing a maven release and skipping Sonar

2012-04-23 Thread Ann Campbell
Sounds like you're doing it right. You probably want to re-ask this at the Sonar user list. You'll need to subscribe first: http://www.sonarsource.org/support/support/ :-/ Ann > -- ** Privileged and/or confidential information may be