Closed jun-he closed 3 months ago
./gradlew build --write-locks
NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.
./gradlew spotlessApply
Changes in this PR
Support the timeout retry policy.
In many cases, users want to retry step when timed out, e.g. the execution is unexpected to be stuck due to platform issues.
Pull Request type
./gradlew build --write-locks
to refresh dependencies)NOTE: Please remember to run
./gradlew spotlessApply
to fix any format violations.Changes in this PR
Support the timeout retry policy.
In many cases, users want to retry step when timed out, e.g. the execution is unexpected to be stuck due to platform issues.