We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c760e9 commit 482f977Copy full SHA for 482f977
recipes/_master-config-jenkins.rb
@@ -25,7 +25,7 @@
25
})
26
end
27
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|
+%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|
29
plugin, version = plugin.split('=') # in case we decide to pin versions later
30
jenkins_plugin plugin
31
@@ -37,4 +37,4 @@
37
38
jenkins_plugin "github-oauth" do
39
notifies :restart, 'runit_service[jenkins]', :immediately
40
-end
+end
0 commit comments