Thanks,  the venture into pipeline, groovy, and declarative pipeline are 
interesting.  Take some hands on to get a hang of it

-Dan

On Tuesday, January 3, 2017 at 11:45:09 PM UTC-8, Daniel Beck wrote:
>
>
> > On 04.01.2017, at 07:46, Dan Tran <dan...@gmail.com <javascript:>> 
> wrote: 
> > 
> >   git url: "${params.gitUrl}", branch: "${params.branch}" 
>
> Or just `git url: params.gitUrl, branch: params.branch` 
>
> Double quoted strings are interpolated strings, single quoted strings are 
> not. The same in Groovy (Pipeline DSL) as in Perl, PHP, bash, … 
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a651f270-e7ab-4052-a4a9-3526fff26312%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to