Skip to content

Commit ab0a0e7

Browse files
authored
Add 3654.vdf58f53e2d15 to API docs (#2565)
Adds the most recent release (3654.vdf58f53e2d15) to the version dropdown at the top right of https://jenkinsci.github.io/job-dsl-plugin/ Testing done: * Compiled with `mvn -B -V -e -ntp -Pquick-build clean verify` * Verified resulting HTML pages from job-dsl-plugin/target/gh-pages include 3654.vdf58f53e2d15
1 parent 8165bdb commit ab0a0e7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

job-dsl-plugin/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@
201201
<version>${project.version}</version>
202202
</artifactItem>
203203
<!-- After releasing a new version, add it to the list here! -->
204+
<artifactItem>
205+
<groupId>${project.groupId}</groupId>
206+
<artifactId>job-dsl-core</artifactId>
207+
<version>3654.vdf58f53e2d15</version>
208+
</artifactItem>
204209
<artifactItem>
205210
<groupId>${project.groupId}</groupId>
206211
<artifactId>job-dsl-core</artifactId>

job-dsl-plugin/src/main/hbs/root.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<select class="version-select form-control">
2222
<option value="dsl.json">Current Version</option>
2323
<!-- After releasing a new version, add it to the list here! -->
24+
<option value="job-dsl-core-3654.vdf58f53e2d15-apidoc.json">v3654.vdf58f53e2d15</option>
2425
<option value="job-dsl-core-1.93-apidoc.json">v1.93</option>
2526
<option value="job-dsl-core-1.92-apidoc.json">v1.92</option>
2627
<option value="job-dsl-core-1.91-apidoc.json">v1.91</option>

0 commit comments

Comments
 (0)