Hi,
We created 2 freestyle jobs( first job, second job) and we have mentioned
first job in *build trigger - build after other projects are build( if
build is stable) * in second job configuration. When we click  buildnow in
second job , it need to trigger first job and if it is
successfully completed then the second job should run, but it is not
happening.

Thanks,
Adharsha.


On Fri, 17 Dec 2021, 7:19 pm , <gmax...@gmail.com> wrote:

> Hi Adharsha,
>
> We use this in our pipeline and works:
>
>
>
> def job = build([
>     *job*: “Job/name”,
>     *wait*: *true*,
>     *propagate*:
> *false*])
>
>
>
> What are the errors that you are experience on doing it?
>
> Can you add more details?
>
>
>
> Cheers,
>
> Gianluca.
>
>
>
> *From:* jenkinsci-users@googlegroups.com <jenkinsci-users@googlegroups.com>
> *On Behalf Of *Adharsha sri
> *Sent:* 17 December 2021 13:46
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Trigger upstream job
>
>
>
> Hi Team,
>
>
>
> Need to trigger the upstream job from the run downstream job.
>
>
>
> We are able to trigger the down stream job from upstream job but not in
> reverse direction.  Can you please help us.
>
>
>
> Requirement:
>
>
>
> First job <-- Second job
>
>
>
> When I run second job it should trigger upstreamjob (I.e. first job). And
> first job should be independent.
>
>
>
> Thanks,
>
> Adharsha.
>
>
>
>
>
> --
> 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/CAJWGB6q%3DZ7c0ei39cuYqqDjYUowBp0A_rk3TGqqrCpQD_LOvbQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-users/CAJWGB6q%3DZ7c0ei39cuYqqDjYUowBp0A_rk3TGqqrCpQD_LOvbQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> --
> 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/00c401d7f34c%24eebc7070%24cc355150%24%40gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-users/00c401d7f34c%24eebc7070%24cc355150%24%40gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAJWGB6rn8ZSsWTGSph3Gkv%2BkkCUHQDykZ1knvhLiOysfU3b3cQ%40mail.gmail.com.

Reply via email to