Skip to content

Commit

Permalink
[sairedis-pr]: add color support in xterm (sonic-net#95)
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan authored Apr 12, 2020
1 parent 380f1f1 commit e85c6d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins/vs/sonic-sairedis-build-pr/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ pipeline {

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

0 comments on commit e85c6d6

Please sign in to comment.