Thanks. Will look into that.

On Monday, May 30, 2016 at 7:42:34 PM UTC+2, Norbert Lange wrote:
>
> So you have a git repository with pipeline (as script) and want to run 
> them all?
>
> Its possible, but Its somewhat a messy syntax.
> # global variable
> def Myclosure
>
> Node {
> # has to be in a node 
> Checkout scripts
> Myclosure = # load scripts and call them
> }
> # call the closure.
> Myclosure()
>
> See triggering manual load
> https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md
>
> I dont think its possible to execute plain pipeline scripts. You always 
> have to define a function (closure) thats stored and later invoked
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6037e688-a1bc-46f7-8a47-1135feb1e4ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to