How to get Jenkins “Console Output” after triggering build remotely?

后端 未结 3 1021
北荒
北荒 2020-12-24 12:44

I am using a Perl script to trigger a build in Jenkins using LWP modules. This works but after executing the job, I would like to parse the console output.

Is there

3条回答
  •  误落风尘
    2020-12-24 13:14

    If you want to access the log from another Jenkins job that runs on the master, you can do it from a chained (child) job without needing to send an http GET. See https://stackoverflow.com/a/41974193/1580627.

提交回复
热议问题