[Qa-jenkins-scm] [jenkins.debian.net] 02/04: packages-tests: add gitlab-notifier to the publishers

Mattia Rizzolo mattia at debian.org
Wed Apr 4 19:26:22 UTC 2018


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit 5c0f1188b30ec70af0f9f3e9a45ebe3b7b8275dc
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Apr 4 21:22:41 2018 +0200

    packages-tests: add gitlab-notifier to the publishers
    
    This will update the gitlab UI whenever a build triggered by gitlab
    happens.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 job-cfg/packages-tests.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml
index bcd3116..c8a26cc 100644
--- a/job-cfg/packages-tests.yaml
+++ b/job-cfg/packages-tests.yaml
@@ -40,6 +40,7 @@
           send-to-individuals: true
       - trigger: &trigger
           project: '{my_trigger}'
+      - gitlab-notifier: &gitlab_notifier
       - naginator: &naginator
           progressive-delay-increment: 5
           progressive-delay-maximum: 15
@@ -64,6 +65,7 @@
     publishers:
       - email: *email
       - trigger: *trigger
+      - gitlab-notifier: *gitlab_notifier
       - naginator: *naginator
       - junit:
           results: 'job-exports/test-results/*.xml'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list