Skip to content

Commit

Permalink
Bump io.jenkins.plugins:custom-folder-icon from 2.9 to 2.13 (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored Aug 27, 2024
1 parent c2ee60a commit d25d29d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion job-dsl-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>custom-folder-icon</artifactId>
<version>2.9</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ folder('folder-a/folder-b') {

private static final String FOLDER_WITH_BUILD_STATUS_ICON_SCRIPT = """folder('build-status') {
icon {
buildStatusFolderIcon()
buildStatusFolderIcon {
jobs(['main'] as Set)
}
}
}"""

Expand Down

0 comments on commit d25d29d

Please sign in to comment.