jenkinsci / jenkinsfile-runner

A command line tool to run Jenkinsfile as a function
MIT License
1.13k stars 291 forks source link

The GeneratedJob output doesn't show up on jenkinsfile runner console #718

Open nelsonq opened 5 months ago

nelsonq commented 5 months ago

Jenkins and plugins versions report

Environment ```text Paste the output here ```

What Operating System are you using (both controller, and any agents involved in the problem)?

Macos 14.3.1

Reproduction steps

Expected Results

Hello world! this is child job message shows up in jenkinsfile runner log

Actual Results

no output message of Hello world! this is child job only output message from parent job Hello world! This is parent job

Anything else?

Are you interested in contributing a fix?

No response