Skip to content

Commit

Permalink
[#64] use same as on destroy method
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bergen committed Jan 15, 2025
1 parent d64e725 commit 5a0400e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/cloudogu/ces/dogubuildlib/EcoSystem.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class EcoSystem {
vagrant.ssh "sudo cesapp login '${escToken}' '${script.env.TOKEN_SECRET}'"
try {
vagrant.ssh "sudo cesapp push ${doguPath}"
} catch (Exception ex) { //NOSONAR
} catch (Exception ex) { // we catch exception, because we do not want to fail the build
script.unstable "Failed to push Dogu to Prerelease-Namespace: ${ex.message}"
}
}
Expand Down

0 comments on commit 5a0400e

Please sign in to comment.