Skip to content

Commit

Permalink
chore(jenkins): Use the name ignored for an ignored exception
Browse files Browse the repository at this point in the history
This fixes an inspection hint.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 22, 2023
1 parent fced3d8 commit 333d1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ pipeline {

currentBuild.displayName += ": $rootProjectId"
}
} catch (IOException e) {
} catch (IOException ignored) {
// Ignore and just skip setting a custom display name.
}
}
Expand Down

0 comments on commit 333d1d7

Please sign in to comment.