From 8b44da0103e231d0525be71f4f137f2ef598d5a0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 14 Jul 2016 07:09:09 +0200 Subject: [PATCH] Add console-log to gate-generate-specs-site There was no console-log for this job, add it. Change-Id: I5b24b6753826a68d2bc17cfb5b2526548a94f5c3 --- jenkins/jobs/specs-jobs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins/jobs/specs-jobs.yaml b/jenkins/jobs/specs-jobs.yaml index b791791b3c..3ff52ffe76 100644 --- a/jenkins/jobs/specs-jobs.yaml +++ b/jenkins/jobs/specs-jobs.yaml @@ -55,6 +55,9 @@ builders: - generate-specs-site + publishers: + - console-log + - job: name: publish-specs-site description: Render the specs sites templates and publish them.