Hi there,
we have a pipeline project (call it project A) being a dependency of a
multibranch project (project B),
is there a way to trigger A's build from any branch of B instead of having
to explicitly specify one?
In project A's Jenkinsfile, something like:
properties([
pipelineTriggers([
upstream(
threshold: hudson.model.Result.SUCCESS,
upstreamProjects: 'B/*'
)
])
])
Thanks!
--
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/04bea2d5-3084-4874-a6fe-7a2fcdc3900e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.