Skip to content

Commit

Permalink
build name setter wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaanm committed Jan 27, 2015
1 parent 04e415c commit c8018e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions libraries/job_blurbs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ def env(name)
<<-EOX
<description>#{CGI.escapeHTML(description)}</description>
#{properties(repoUser, repoName, repoRef, params)}
<org.jenkinsci.plugins.buildnamesetter.BuildNameSetter plugin="build-name-setter@1.3">
<template>[${BUILD_NUMBER}] of #{env(repoUser)}/#{env(repoName)}\##{env(repoRef)}</template>
</org.jenkinsci.plugins.buildnamesetter.BuildNameSetter>
#{scmBlurb(refspec)}
#{restriction % {nodes: nodeRestriction} if nodeRestriction}
<concurrentBuild>#{concurrent}</concurrentBuild>
Expand Down
2 changes: 1 addition & 1 deletion recipes/master-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
})
end

%w(notification ssh-credentials build-name-setter 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).each do |plugin|
plugin, version = plugin.split('=') # in case we decide to pin versions later
jenkins_plugin plugin
end
Expand Down

0 comments on commit c8018e2

Please sign in to comment.