Hashar has submitted this change and it was merged.

Change subject: integration-zuul-layoutdiff now has colorized diff!
......................................................................


integration-zuul-layoutdiff now has colorized diff!

Thanks to `colordiff` we can output in the Jenkins console a diff with
ANSI colors :-]

Change-Id: I59a5f68fa5cb193f97494065c3e8cd3b77abaf94
---
M integration.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/integration.yaml b/integration.yaml
index 920daf8..80da425 100644
--- a/integration.yaml
+++ b/integration.yaml
@@ -35,7 +35,7 @@
         /usr/local/bin/zuul-server -t -l "$WORKSPACE"/layout.yaml 2>current.txt
         git checkout HEAD^
         /usr/local/bin/zuul-server -t -l "$WORKSPACE"/layout.yaml 2>before.txt
-        diff -u before.txt current.txt
+        colordiff -u before.txt current.txt
 
 - project:
     name: 'integration-docroot'

-- 
To view, visit https://gerrit.wikimedia.org/r/63131
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I59a5f68fa5cb193f97494065c3e8cd3b77abaf94
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to