eiffel: Add postbuildscript to post comments to PRs 24/6624/1
authorFatih Degirmenci <fatih.degirmenci@est.tech>
Fri, 13 Nov 2020 09:47:38 +0000 (09:47 +0000)
committerFatih Degirmenci <fatih.degirmenci@est.tech>
Fri, 13 Nov 2020 09:47:38 +0000 (09:47 +0000)
Change-Id: I3453e6b14390b5de25394e728a18167a6cffbc82

jjb/eiffel/global-eiffel-container-build-merge.yaml

index 04d46f433a8ba771b59a0b24ba52867f9bfdcc8d..4831757758afef5dd1ba89a8aa4fb40263bed0b9 100644 (file)
     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: