Skip to content

Commit

Permalink
[jenkins]: Add Ansi color wrapper (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
stcheng authored Jul 18, 2019
1 parent bdc675c commit 2eae20e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins/vs/sonic-swss-build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ pipeline {

stage('Test') {
steps {
sh './scripts/vs/sonic-swss-build/test.sh'
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
sh './scripts/vs/sonic-swss-build/test.sh'
}
}
}
}
Expand Down

0 comments on commit 2eae20e

Please sign in to comment.