Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 59a7e627d285599371ff4e4079aceb24eb6f5366
      
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/59a7e627d285599371ff4e4079aceb24eb6f5366
  Author: Pavel Roskin <plros...@gmail.com>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuilds.java
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashPostBuildComment.java
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashPostBuildCommentAction.java

  Log Message:
  -----------
  Fix post build comments for matrix builds

Process post build comments in StashBuilds#onCompleted(), which is run in
the top-level build, unlike StashPostBuildComment#perform() that is run
in the child builds.

Make StashPostBuildComment implement Describable<Publisher>. Find the
StashPostBuildComment object in the publisher list of the project.
If the post build comment cannot be expanded, post it unexpanded with a
warning.

Keep StashPostBuildCommentAction for backward compatibility.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to