https://issues.jenkins-ci.org/browse/JENKINS-37985
Yep. All of our independent jobs really just do one mvn invoke each.
They are smart in that they can be passed a git tag to build, or they
will work against master; this is really nice because sometimes we
just want to trigger, independently, a ce
You should probably file an issue in Jira with this.
IMO the potential big issue of this use case is that if the jobs you call
are big ones with many steps, you then make the durability durability
feature of pipeline far less useful.
Le 2 sept. 2016 7:08 AM, "jieryn" a écrit :
> It would be nic
It would be nice if when a Pipeline invokes a Jenkins Job, that the
log of that job would be visible inside the Blue Ocean pipeline output
similar to the way any other pipeline stage works. We use individual
jobs for each stage because it lets us get a lot of reusability for
common functions which