I have a Jenkins build that validates code from Mercurial. There was a situation where the Mercurial repository was damaged and the updates failed, but the Jenkins build will continue anyway and will report success. Is Jenkins build failure possible in this case?
source
share