Skip to content

Commit 8c868d1

Browse files
committed
Udpates from testing
1 parent 22152ed commit 8c868d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<dependency>
162162
<groupId>io.jenkins.plugins</groupId>
163163
<artifactId>caffeine-api</artifactId>
164-
<version>3.1.8-152.va_0871507299f</version>
164+
<version>3.1.8-133.v17b_1ff2e0599</version>
165165
</dependency>
166166

167167
<dependency>

src/main/resources/scripts/baseJenkinsfile.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def pluginCreateSummary(inIcon, inText) {
107107
//Protected code
108108
createSummary icon: inIcon, text: inText
109109

110-
} catch(ExceptionName e1) {
110+
} catch(Exception e) {
111111

112112
//Catch block
113113
addSummary icon: inIcon, text: inText

0 commit comments

Comments
 (0)