You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
retryAfterFailure set to true
Missing .JamfSetupEnrollmentDone file
Thanks,
Emmanuel Canault
The text was updated successfully, but these errors were encountered:
Instead of a simple boolean, the following would be nice:
retries Integer. Indicates how many retries to attempt before failing
failureAction int/enum/string? Indicates what to do if retries has been attempted but failed. Options should include:
Abort - Fail the setup and leave system in a dirty half-setup state. Useful if a critical component fails to install. If in this state, we should attempt again next reboot or something like that.
Continue - Log and notify the user via icon, but continue setup. Useful if a non-essential app fails to install.
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.
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:
retryAfterFailure
set totrue
.JamfSetupEnrollmentDone
fileThanks,
Emmanuel Canault
The text was updated successfully, but these errors were encountered: