-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] retry if environmental issues #22662
Closed
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
098eb35
[CI] retry windows-7 environmental issues
v1v 3a119ce
Use file flag to rerun stages once with sleeps
v1v 6c98a74
Ensure all the prerequisites are ok
v1v f0f885b
Update docs
v1v ebb6644
Use variable to store the stage status instead a file in the toplevel…
v1v aa3a25e
Fix missing variables in the method call
v1v 4a4a15d
Update Jenkinsfile
v1v b11e00a
Update Jenkinsfile
v1v 29404d9
Merge remote-tracking branch 'upstream/master' into feature/retry-win…
v1v e977e49
Merge remote-tracking branch 'upstream/master' into feature/retry-win…
v1v a7c74eb
Update Jenkinsfile
v1v 446f840
Run within the base_dir context
v1v 3ea53ee
Merge remote-tracking branch 'upstream/master' into feature/retry-win…
v1v 965d5e9
Merge remote-tracking branch 'upstream/master' into feature/retry-win…
v1v d018c7d
Add post build analysis
v1v 466d10d
Update Jenkinsfile
v1v File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do think about a more descriptive name? I acknowledge references should be updated.
Alternatives?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was not intended to change the name at first, though it might be worth to add more clarity.
What do you think
runCommandWithRetry
?