Skip to content

Commit

Permalink
Releasing 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
daspilker committed Mar 4, 2019
1 parent fd7a5c6 commit f492854
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ scripts, including [[tests for DSL scripts|Testing DSL Scripts]] and [[IDE Suppo
Browse the Jenkins issue tracker to see any [open issues](https://issues.jenkins-ci.org/issues/?filter=15140).

## Release Notes
* 1.72 (unreleased)
* 1.72 (March 06 2019)
* Increased the minimum supported Jenkins version to 2.121
* Replaced built-in support for periodic folder trigger, see [Migration](Migration#migrating-to-172)
([JENKINS-55429](https://issues.jenkins-ci.org/browse/JENKINS-55429))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.72-SNAPSHOT
version=1.72
groovyVersion=2.4.11
jenkinsVersion=2.121
assetPipelineVersion=2.11.6
Expand Down
2 changes: 1 addition & 1 deletion job-dsl-api-viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<select class="version-select form-control">
<!-- ADD VERSIONS HERE! -->
<option value="build/data/dsl.json">v1.72-SNAPSHOT</option>
<option value="build/data/dsl.json">v1.72</option>
<option value="build/data/job-dsl-core-1.71-apidoc.json">v1.71</option>
<option value="build/data/job-dsl-core-1.70-apidoc.json">v1.70</option>
<option value="build/data/job-dsl-core-1.69-apidoc.json">v1.69</option>
Expand Down
2 changes: 1 addition & 1 deletion job-dsl-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jenkinsPlugin {
displayName = 'Job DSL'
url = 'https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin'
gitHubUrl = 'https://github.com/jenkinsci/job-dsl-plugin'
compatibleSinceVersion = '1.69'
compatibleSinceVersion = '1.72'
localizerOutputDir = "$generatedSourcesDir/localizer"
disabledTestInjection = false
developers {
Expand Down

0 comments on commit f492854

Please sign in to comment.