[JIRA] (OVIRT-1028) Configure experimental job with ANSI output - so it'd be easier to look at

[ https://ovirt-jira.atlassian.net/browse/OVIRT-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25713#comment-25713 ] eyal edri [Administrator] commented on OVIRT-1028: -------------------------------------------------- Possible solution using the AnsiColor build wrapper: https://jenkins.io/doc/pipeline/examples: // This shows a simple build wrapper example, using the AnsiColorBuildWrapper plugin. node { // This is the current syntax for invoking a build wrapper, naming the class. wrap([$class: 'AnsiColorBuildWrapper']) { // Just some echoes to show the ANSI color. stage "\u001B[31mI'm Red\u001B[0m Now not" } }
Configure experimental job with ANSI output - so it'd be easier to look at --------------------------------------------------------------------------
Key: OVIRT-1028 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1028 Project: oVirt - virtualization made easy Issue Type: Improvement Reporter: Yaniv Kaul Assignee: infra Labels: jenkins
O-S-T uses ANSI colors for easier output. For some reason, some jobs aren't configured with it. http://jenkins.ovirt.org/view/experimental%20jobs/job/test-repo_ovirt_experi... is such an example.
-- This message was sent by Atlassian JIRA (v1000.695.1#100025)
participants (1)
-
eyal edri [Administrator] (oVirt JIRA)