mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 06:03:23 +00:00
Enhancement: manage failed deployments #134
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ecanault on GitHub.
Hi,
In relation with #15, it should be nice if Setup Manager could retry automatically failed items.
What about adding a new boolean preference key like
retryAfterFailure?The "retry" routine could be based on 2 conditions:
retryAfterFailureset totrue.JamfSetupEnrollmentDonefileThanks,
Emmanuel Canault
@scriptingosx commented on GitHub:
@Hobadee if the choice is
continue... why validate at all?@Hobadee commented on GitHub:
Instead of a simple boolean, the following would be nice:
retriesInteger. Indicates how many retries to attempt before failingfailureActionint/enum/string? Indicates what to do ifretrieshas been attempted but failed. Options should include:@phillscholl commented on GitHub:
im interested in this feature too. Would be nice to have the option to go back to a specific point when something failed. Example: back to the user input or any other action.