Re: Request for simple pipeline example to do checkout, run shell script, email result

2017-04-28 Thread Terry Lacy
Hi David, Here's a real-world example from my server. It checks out from git, runs a maven build and deploys to a platform specified by a jenkins job parameter. Details obscured to protect the incompetent :). Hope this helps get you started. I found getting started with pipeline a little

RE: Request for simple pipeline example to do checkout, run shell script, email result

2017-04-28 Thread David Aldrich
f David Karr > Sent: 27 April 2017 18:08 > To: Jenkins Users <jenkinsci-users@googlegroups.com> > Subject: Re: Request for simple pipeline example to do checkout, run shell > script, email result > > On Thu, Apr 27, 2017 at 3:05 AM, David Aldrich > <david.aldr...@emea.nec

Re: Request for simple pipeline example to do checkout, run shell script, email result

2017-04-27 Thread David Karr
On Thu, Apr 27, 2017 at 3:05 AM, David Aldrich wrote: > Hi > > > > Please can anyone point me to, or provide, a simple and complete pipeline > script example to do a checkout, run a shell script and email the result? > > > > I am using svn, but a git example would be