Adding a notification step if docker-publish job fails
Change-Id: I0a81896fe67b3d9eeb1901ceb21113c6833e459f
diff --git a/jjb/docker-publish-github.yaml b/jjb/docker-publish-github.yaml
index 7ac444d..39c6be1 100644
--- a/jjb/docker-publish-github.yaml
+++ b/jjb/docker-publish-github.yaml
@@ -65,6 +65,11 @@
default: 'x86_64'
description: "List of architectures to build containers on, pipe separated (nonfunctional currently)"
+ - string:
+ name: maintainers
+ default: '{maintainers}'
+ description: "The person that sould be notified if this job fails"
+
project-type: pipeline
concurrent: true