Open leshik opened 4 years ago
If one cancels a job in the midst of git clone, next time it'll fail with:
java.lang.NullPointerException Failed pulling the repository from ssh://git@github.com/your/repo.git: null
Instead, it should clean up the mess and retry gracefully IMHO.
If one cancels a job in the midst of git clone, next time it'll fail with:
Instead, it should clean up the mess and retry gracefully IMHO.