Skip to content

Commit

Permalink
Udpates from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSVector committed Oct 18, 2024
1 parent 22152ed commit 8c868d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>caffeine-api</artifactId>
<version>3.1.8-152.va_0871507299f</version>
<version>3.1.8-133.v17b_1ff2e0599</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/scripts/baseJenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def pluginCreateSummary(inIcon, inText) {
//Protected code
createSummary icon: inIcon, text: inText

} catch(ExceptionName e1) {
} catch(Exception e) {

//Catch block
addSummary icon: inIcon, text: inText
Expand Down

0 comments on commit 8c868d1

Please sign in to comment.