From: Fatih Degirmenci Date: Fri, 13 Nov 2020 09:47:38 +0000 (+0000) Subject: eiffel: Add postbuildscript to post comments to PRs X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F24%2F6624%2F1;p=infra%2Fcicd.git eiffel: Add postbuildscript to post comments to PRs Change-Id: I3453e6b14390b5de25394e728a18167a6cffbc82 --- diff --git a/jjb/eiffel/global-eiffel-container-build-merge.yaml b/jjb/eiffel/global-eiffel-container-build-merge.yaml index 04d46f43..48317577 100644 --- a/jjb/eiffel/global-eiffel-container-build-merge.yaml +++ b/jjb/eiffel/global-eiffel-container-build-merge.yaml @@ -108,4 +108,17 @@ builders: - '{project-build-macro}' + publishers: + - postbuildscript: + builders: + - role: SLAVE + build-on: + - SUCCESS + - FAILURE + - ABORTED + - NOT_BUILT + - UNSTABLE + build-steps: + - 'eiffel-global-pr-comment-macro' + # vim: set ts=2 sw=2 expandtab: