How can a Build Pipeline be scheduled/triggered?

66 views
Skip to first unread message

Horton, Anne B

unread,
Aug 15, 2015, 3:19:48 PM8/15/15
to jenkins...@googlegroups.com

Jenkins users,

Has anyone tackled this?  For example, there are 5 build pipelines – each independent of each other and the idea is to start these jobs during the night with the status of upstream jobs passed to downstream jobs.

 

Ideas?

 

Daniel Serodio

unread,
Aug 20, 2015, 3:02:52 PM8/20/15
to Jenkins Users
A Build Pipeline if only the automatic triggering of downstream jobs, so if the downstream jobs are triggered automatically, you only need to schedule the first job in the pipeline and the rest will follow.

HTH,
Daniel Serodio

Horton, Anne B

unread,
Aug 20, 2015, 3:47:33 PM8/20/15
to jenkins...@googlegroups.com

Dan,

Thank you very, very much for answering our questions!!

I think an advanced Jenkins book is in order!!!

Thank you again,

Anne

--
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-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/373e188b-6219-4122-b4a8-1888fe98b13d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

John Mellor

unread,
Aug 20, 2015, 4:50:45 PM8/20/15
to jenkins...@googlegroups.com

I’m not using a build pipeline, but instead using individual jobs and adding the build triggers for the upstream jobs in “Build after other projects are built” and “Trigger only if build is stable”.  No pipeline is then needed, and it nicely handles my normal situation where the jobs are arranged as a tree instead of as a simple pipeline.

--

Reply all
Reply to author
Forward
0 new messages