Log changes in Jenkins

后端 未结 4 563
天涯浪人
天涯浪人 2021-01-15 12:09

Continuing on my question here: Jenkins pass or fail build on external executable

My build process now builds from source using MS Build, and executes a custom progr

4条回答
  •  礼貌的吻别
    2021-01-15 12:09

    i have created a simple jenkins plugin to do that ...

    https://github.com/rmalchow/changelog-appender

    this takes creates a list of changesets from all builds since the last successful one, and writes those into a file, with a headline containing the version or build number and the date.

    UPDATE:

    this was for an old version of jenkins, and it hadn't been updated in a long time (we switched to gitlab-ci), so i took down that repo.

提交回复
热议问题