Skip to content

Commit

Permalink
Merge pull request #1385 from jenkinsci/chore/release
Browse files Browse the repository at this point in the history
Add 1.85 to the API viewer
  • Loading branch information
jamietanna committed Sep 27, 2023
2 parents 88f55c5 + 6101556 commit 57ac4d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions job-dsl-plugin/pom.xml
Expand Up @@ -193,6 +193,11 @@
<version>${project.version}</version>
</artifactItem>
<!-- After releasing a new version, add it to the list here! -->
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>job-dsl-core</artifactId>
<version>1.85</version>
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>job-dsl-core</artifactId>
Expand Down
1 change: 1 addition & 0 deletions job-dsl-plugin/src/main/hbs/root.hbs
Expand Up @@ -21,6 +21,7 @@
<select class="version-select form-control">
<option value="dsl.json">Current Version</option>
<!-- After releasing a new version, add it to the list here! -->
<option value="job-dsl-core-1.85-apidoc.json">v1.85</option>
<option value="job-dsl-core-1.84-apidoc.json">v1.84</option>
<option value="job-dsl-core-1.83-apidoc.json">v1.83</option>
<option value="job-dsl-core-1.82-apidoc.json">v1.82</option>
Expand Down

0 comments on commit 57ac4d0

Please sign in to comment.