Skip to content

Commit

Permalink
Dynamatrix.groovy: in main loop of stage exception handling, add a TO…
Browse files Browse the repository at this point in the history
…DO for GitException [networkupstools#19]
  • Loading branch information
jimklimov committed Jul 10, 2023
1 parent b7ba6c1 commit d2cbcdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/nut/dynamatrix/Dynamatrix.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2512,6 +2512,7 @@ def parallelStages = prepareDynamatrix(
dsbc.thisDynamatrix?.updateProgressBadge(false, rememberClones)
printStackTraceStderrOptional(jlie)
throw jlie
// TODO // } catch (hudson.plugins.git.GitException gex) { // see https://github.com/networkupstools/jenkins-dynamatrix/issues/19 about evil force-pushes
} catch (Throwable t) {
dsbc.thisDynamatrix?.countStagesIncrement('DEBUG-EXC-UNKNOWN: ' + Utils.castString(t), stageName + sbName)
dsbc.thisDynamatrix?.updateProgressBadge(false, rememberClones)
Expand Down

0 comments on commit d2cbcdb

Please sign in to comment.