Skip to content

Commit

Permalink
Update igor-web/src/main/groovy/com/netflix/spinnaker/igor/jenkins/se…
Browse files Browse the repository at this point in the history
…rvice/JenkinsService.java

Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
  • Loading branch information
SheetalAtre and dbyron-sf authored Sep 15, 2023
1 parent 90bf90b commit fb2cbdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ private Response getPropertyFile(String jobName, Integer buildNumber, String fil
() -> {
try {
return jenkinsClient.getPropertyFile(encode(jobName), buildNumber, fileName);
} catch (SpinnakerServerException e) {
} catch (SpinnakerHttpException e) {
// retry on network issue, 404 and 5XX
if (e instanceof SpinnakerNetworkException
|| (e instanceof SpinnakerHttpException
Expand Down

0 comments on commit fb2cbdb

Please sign in to comment.