Skip to content

Commit

Permalink
perf: change pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jul 30, 2024
1 parent 624ed2a commit cb97d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def runShellCommand(script, int retries = 5) {
} catch (Exception e) {
println("Command failed, attempt ${i + 1}, error: ${e}")
if (i == retries - 1) {
error("Max retries reached. Failing the build.")
error("Max retries reached. Failing the build. ${script}")
}
}
}
Expand Down

0 comments on commit cb97d6b

Please sign in to comment.