File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Have a look at the [Jenkins Job DSL Gradle example](https://github.com/sheehan/j
2121 * Added support for [ Pre-SCM Build Step Plugin] ( https://wiki.jenkins-ci.org/display/JENKINS/pre-scm-buildstep )
2222 * Added support for [ Sonar Plugin] ( http://docs.sonarqube.org/display/SONAR/Jenkins+Plugin )
2323 * Added ` ignorePostCommitHooks ` option for SCM trigger
24+ * Added "Configure Project" column for [ Extra Columns Plugin] ( https://wiki.jenkins-ci.org/display/JENKINS/Extra+Columns+Plugin )
2425 * Added support for [ PostBuildScript Plugin] ( https://wiki.jenkins-ci.org/display/JENKINS/PostBuildScript+Plugin )
2526 * Added support for [ Xvfb Plugin] ( https://wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin )
2627 * The enum argument of ` localRepository ` for the Maven job and context has changed, see [[ Migration]]
Original file line number Diff line number Diff line change @@ -469,6 +469,7 @@ columns {
469469 lastDuration()
470470 buildButton()
471471 lastBuildConsole() // since 1.23, requires the Extra Columns Plugin
472+ configureProject() // since 1.31, requires the Extra Columns Plugin
472473 claim() // since 1.29, requires the Claim Plugin
473474 lastBuildNode() // since 1.31, requires the Build Node Column Plugin
474475}
You can’t perform that action at this time.
0 commit comments