Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/63131


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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/31/63131/1

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: newchange
Gerrit-Change-Id: I59a5f68fa5cb193f97494065c3e8cd3b77abaf94
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to