logging - Show console output of a downstream job in upstream job -
i'm using jenkins.
jenkins has upstrea job : a
jenkins has downstream job : b
a's console log output is:
1 2 3
b's console log output is:
a b c
what i'm trying is:
is there way, can console output of job b in job a's console log , then, make decision whether job "a" successful or not (using log parsing/grep keyword failuer/errors etc).
not sure trying achieve, looks rather contrived. see if following approach fits needs: start job b job a via parameterized trigger plugin build step. there option a wait b , adjust build result a depending on of b.
Comments
Post a Comment