简体   繁体   中英

How can I persist Jenkins status page?

I would like to persist the status page of a Jenkins build job's build (the one which contains commits as well as why the build was triggered).

This should happen in order to get a changelog file.

How am I able to do this?

For being a bit more precise, I would like to persist the content which is shown from

<jenkins-build-server-address>/job/<job-identifier>/<build-number>/api/json?pretty=true 

as a file. A separate buildstep inside the buildjob which takes care of this, would be perfect!

如果我正确地理解了您的问题,那么这个之前的StackOverflow问题“ Jenkins:如何保存更改日志以进行构建 ”可能会有答案。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM