What are those projects (A&B)? Are they two repositories or another to
Jenkins jobs?

On Mon, May 22, 2017 at 4:47 PM, Jaya Bala <[email protected]> wrote:

> Hi Team,
>
> I am a fresher in using Jenkins and I have been assigned to a  task where
> I need to run jobs parallel in pipeline. I have 2 projects lets say A& B.
> My pipeline project is C.I need to run Project A& B in my pipeline Project
> “C” using groovy scripting.My client did not want to use any plugins to
> support.I just want to execute the builds parallel using groovy scripting.
>
> My pipeline scripting is below,
>
> stage 'Parallel Pipeline Testing'
>
>  parallel A: {
>
>     //A
>
>     echo ‘A Category'
>
>     build job:X/Y /Z Jobs/A'
>
> }, B: {
>
>     //B
>
>     echo ‘B Category'
>
>     build job:’ X/Y /Z Jobs/A'
>
> --
> 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/6f758864-dea4-4ce7-86ad-eb43ebf9e1d9%40googlegroups.
> com
> <https://groups.google.com/d/msgid/jenkinsci-users/6f758864-dea4-4ce7-86ad-eb43ebf9e1d9%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeeva K S Chelladhurai

-- 
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/CAK5CbZULp4KpLi6ceUfJQPwVUHZWxYYt3YY9%2B4Lzn87aNPZDkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to