Skip to content

Commit 7529281

Browse files
committed
Merge pull request #57 from DarkDimius/patch-1
Add AnsiColor plugin to Jenkins
2 parents 6c28687 + 482f977 commit 7529281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/_master-config-jenkins.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
})
2626
end
2727

28-
%w(notification ssh-credentials groovy cygpath job-dsl build-flow-plugin rebuild greenballs build-timeout copyartifact email-ext slack throttle-concurrents dashboard-view parameterized-trigger).each do |plugin|
28+
%w(notification ssh-credentials groovy cygpath job-dsl build-flow-plugin rebuild greenballs build-timeout copyartifact email-ext slack throttle-concurrents dashboard-view parameterized-trigger ansicolor).each do |plugin|
2929
plugin, version = plugin.split('=') # in case we decide to pin versions later
3030
jenkins_plugin plugin
3131
end
@@ -37,4 +37,4 @@
3737

3838
jenkins_plugin "github-oauth" do
3939
notifies :restart, 'runit_service[jenkins]', :immediately
40-
end
40+
end

0 commit comments

Comments
 (0)