Re: Looking for good Linux bash script examples

2013-03-30 Thread bl0ck3r
Bash is very good when the problem is solved by running unix commands. Learning bash is key, and I strongly recommend the O'Reilly book "Learning the bash shell". The bash shell is mature and even if the book does not cover bash 4, all the fundamentals are there. I can recommend three sites for

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

2013-03-30 Thread Pete
Thanks! I'll check it out. On Saturday, March 30, 2013, syl20bnr wrote: > "That way, I only need on job per "build" and one pipeline, but it hasn't > worked for me yet and at the moment, I haven't had time to experiment any > further. I just duplicated the jobs, each with unique parameters for

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

2013-03-30 Thread syl20bnr
"That way, I only need on job per "build" and one pipeline, but it hasn't worked for me yet and at the moment, I haven't had time to experiment any further. I just duplicated the jobs, each with unique parameters for now to get past a deadline." Consider using https://wiki.jenkins-ci.org/disp

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

2013-03-30 Thread syl20bnr
What you are looking for is https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin The downside is that it does not use the build in downstream and upstream relationship between jobs and some plugin may not work properly. The upside is that it is the best plugin to orchestrate build flows.

Configuring oracle datasource using maven hpi plugin

2013-03-30 Thread sathiya narayanan
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 start the application on a debug mode. I need to know How can I configure oracle datasource on jetty server using maven-hpi-plugin. I

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

2013-03-30 Thread Hua Ai
The bash shell is from cygwin, I know I can invoke the rcfile I want by run bash.exe with a --rcfile switch in Windows Commandline window, but how can I achieve the same thing through Jenkins? On Saturday, March 30, 2013 12:56:42 AM UTC-6, Hua Ai wrote: > > Hi there, > > I need to configure Jen

Re: Labels for executors? Re-use blocking executor for downstream job?

2013-03-30 Thread Les Mikesell
On Fri, Mar 29, 2013 at 4:18 AM, Martin Ba <0xcdcdc...@gmx.at> wrote: > Is there anything to allow for executors (instead of whole nodes) to be > labeled? > > I know there's the workaround to just have the same machine run a second > node, but that really does feel awkward. > > I'd want to use labe

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

2013-03-30 Thread Ballantyne, Bob
If it is the one I think it is, there is an example set up on the test Jenkins Bob Sent from my iPhone On Mar 30, 2013, at 2:12 AM, "Dean Yu" mailto:d...@shutterfly.com>> wrote: Have you guys looked at the Build Flow plugin? https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin --

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

2013-03-30 Thread Marc Esher
I'll check that out looks promising. Thanks! On Mar 30, 2013 2:10 AM, "Dean Yu" wrote: > Have you guys looked at the Build Flow plugin? > > https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin > >-- Dean > > From: Pete Akey > Reply-To: "jenkinsci-users@googlegroups.com" < >