Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.65 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.65 KB

Jenkins ANSI Color Plugin

This plugin adds support for ANSI escape sequences, including color, to Console Output.

This plugin is available here and has a page on the Jenkins Wiki.

Install

install

Enable

enable

Color!

color

Customize

color

Misc

Colorizing Ruby RSpec Output

RSpec formatters detect whether RSpec is running in a terminal or not, therefore suppressing color output under Jenkins. Specify --colour in your .rspec file or options, along with the following setup in spec_helper.rb.

RSpec.configure do |config|
 config.tty = true
end

License

The ANSI Color Plugin is licensed under the MIT License.

It uses JANSI (Apache 2.0 License).

Contributing

  • Fork the project on Github
  • Make your feature addition or bug fix, write tests, commit.
  • Send me a pull request. Bonus points for topic branches.