iPhone App - 20/20 Vision

2013-04-01 Thread Twenty Twenty Vision
iPhone App - 20/20 Vision - http://2020visioniphoneapp2.weebly.com -- 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+unsubscr...@googlegroups.com.

how to view external job's log directory?

2013-04-01 Thread datacached
I am a Jenkins newbie. This is a great tool, simple, yet robust. Kudos to the team. I am trying to use Jenkins to monitor an external job. One of the optional inputs to the external job is path to a temporary log directory lets (say, the log directory is `/tmp/testlog-UUID`), where the logs of

Re: Newbie question: How to configure Jenkins to use bash with rcfile?

2013-04-01 Thread Sami Tikka
If you want to know how Jenkins runs the shell, why not ask Jenkins? Let's do it programmatically by creating a small job and running it. Create the job by running this: cat <<'EOF' | curl -v -X POST -H "content-type: text/xml" --data-binary @- "$JENKINS_URL/createItem?name=shellkind" >/dev/nul

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-04-01 Thread Lloyd Meinholz
If there is anything you want me to test of anything I can do to help, let me know. Lloyd On Mon, Apr 1, 2013 at 4:15 PM, Lloyd Meinholz wrote: > Thanks, it is important to us. I wish we weren't still on cvs but we are... > > Lloyd > > > > On Mon, Apr 1, 2013 at 3:57 PM, Michael Clarke > wrot

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-04-01 Thread Lloyd Meinholz
Thanks, it is important to us. I wish we weren't still on cvs but we are... Lloyd On Mon, Apr 1, 2013 at 3:57 PM, Michael Clarke wrote: > It should just require my pull request to be merged and the plugin then be > released but I've not had time to test this. > > I'll try and do something tomo

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-04-01 Thread Michael Clarke
It should just require my pull request to be merged and the plugin then be released but I've not had time to test this. I'll try and do something tomorrow for you. Thanks Michael On 1 Apr 2013, at 20:54, Lloyd Meinholz wrote: Micheal, Was there any luck in getting this issue resolved? I'm not

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-04-01 Thread Lloyd Meinholz
Micheal, Was there any luck in getting this issue resolved? I'm not sure I am able to fix the code myself. I guess I can just have a script that does the tagging instead of using the plugin as another option. Thanks, Lloyd On Thu, Mar 28, 2013 at 11:17 AM, Lloyd Meinholz wrote: > I have creat

Re: How to modify the email content using a groovy script for the email ext plugin

2013-04-01 Thread Slide
You'd have to look at the available content tokens and/or Jelly/Groovy scripting capabilities. On Mon, Apr 1, 2013 at 11:06 AM, Jean Almonord wrote: > Is there any way of saying this is the content to use for the next email > that will get generated? > Jean > > > On Monday, April 1, 2013 1:51:30

Re: How to modify the email content using a groovy script for the email ext plugin

2013-04-01 Thread Jean Almonord
Is there any way of saying this is the content to use for the next email that will get generated? Jean On Monday, April 1, 2013 1:51:30 PM UTC-4, slide wrote: > If you mean modify after it has been generated, there is no other way than > the pre-send script mechanism. > > > On Mon, Apr 1, 201

Re: How to modify the email content using a groovy script for the email ext plugin

2013-04-01 Thread Slide
If you mean modify after it has been generated, there is no other way than the pre-send script mechanism. On Mon, Apr 1, 2013 at 10:49 AM, Jean Almonord wrote: > greetings, > I have a question about the Email-Ext plugin. I want to know how can I > modify the contents of the email > via a groovy

How to modify the email content using a groovy script for the email ext plugin

2013-04-01 Thread Jean Almonord
greetings, I have a question about the Email-Ext plugin. I want to know how can I modify the contents of the email via a groovy script that resides in Jenkins home. I am not talking about a presend script. I am using an older version of jenkins with an older version of the Email-Ext plugin that d

Re: Configuring oracle datasource using maven hpi plugin

2013-04-01 Thread sathiya
Hi guys, Any hint would be helpful. Thanks, Sathiya On Saturday, March 30, 2013 11:23:21 PM UTC+5:30, sathiya wrote: > > Hi, > > I am developing a Zenkins plugin and I want to debug that using eclipse. > If I execute mvnDebug hpi:run it will deploy the Zenkins plugin on jetty > server and sta

Re: Newbie question: How to configure Jenkins to use bash with rcfile?

2013-04-01 Thread Les Mikesell
On Sun, Mar 31, 2013 at 10:24 AM, Hua wrote: > > After I posted my question, I was able to source their rcfile in the > beginning of my compilation script to get the bash environment right... But > now I feel that's probably not the elegant way of solving the problem. So > here comes my questions:

Re: cron "H" syntax

2013-04-01 Thread Walter Kacynski
Did you ever find a solution for using "H/5"? I'm facing the same issue that you describe. Thanks. On Wednesday, May 23, 2012 6:34:42 PM UTC-4, Maven User wrote: > > "H" is a drop in for any of the time slots and/or *, so it felt natural > (for me) to try "H/5". > > To explain that in a diffe

Re: Newbie question: How to configure Jenkins to use bash with rcfile?

2013-04-01 Thread Hua
Hi Sami, Thank you very much for your reply. I have read the man page of bash and it helped me understanding the context much better. At the same time I got more questions. But first I probably should explain my case a little better: Basically the projects we are trying to compile here through Je

Re: Proper approach for creating pipeline builds that use standalone jobs as build steps

2013-04-01 Thread syl20bnr
If you use downsream/upstream jobs, you can take a look at https://wiki.jenkins-ci.org/display/JENKINS/Job+Generator+Plugin Cheers, syl20bnr Le vendredi 29 mars 2013 16:13:27 UTC-4, harperville a écrit : > > I'm in the same boat. The definition of a pipeline is based on > upstream/downstream d

Re: CVS plugin upgrade problems

2013-04-01 Thread Michael Clarke
The new plugin uses CVS Rlog for building the changelog and for polling; the old version used log and update for the respective changelog and polling operations. If you try and run "cvs rlog -S -d24 Nov 2012 02:31:23 -0500<30 Mar 2013 02:31:05 -0400 jcmsv" aganst your repository using a command li

CVS plugin upgrade problems

2013-04-01 Thread Harpel, Craig
I tried upgrading the CVS plugin from version 1.6 to 2.8 under Jenkins 1.466. Now I get the following error in my build: cvs update: Updating workspace/commService/test cvs rlog -S -d24 Nov 2012 02:31:23 -0500<30 Mar 2013 02:31:05 -0400 jcmsv cvs rlog: Logging jcmsv cvs rlog: warning: duplicate ke