rundeck-plugins / git-plugin

10 stars 21 forks source link

Clone fails after interruption #16

Open leshik opened 4 years ago

leshik commented 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.