That failure message is unrelated to git. The message "java.lang.RuntimeException: java.lang.IllegalArgumentException: No matching Artifactory server was found in General Configuration. Please update your job configuration." seems to indicate that some method which expects an artifactory server to be defined globally is not finding a globally defined artifactory server. Check what changed in your global configuration.
Mark Waite On Thu, Oct 5, 2017 at 8:47 AM Charles Karney <char...@karney.com> wrote: > I'm running Jenkins 1.589. > > > On Thursday, October 5, 2017 at 10:32:20 AM UTC-4, Charles Karney wrote: >> >> Triggering a Jenkins build on a job that has "usually" worked gives: >> >> ERROR: Processing failed due to a bug in the code. Please report this >> to jenkinsci-users@googlegroups.com >> >> The log up to this point is >> >> Started by user Charles Karney >> [EnvInject] - Loading node environment variables. >> Building remotely on bso-centos7-gpu (centos7gpu slave) in workspace >> /var/lib/jenkins/workspace/vt-geographiclib >> >> Deleting project workspace... done >> >> Cloning the remote Git repository >> Cloning repository ssh:// >> g...@scm-vt.sarnoff.com/common/geographiclib.git >> <http://www.google.com/url?q=http%3A%2F%2Fgit%40scm-vt.sarnoff.com%2Fcommon%2Fgeographiclib.git&sa=D&sntz=1&usg=AFQjCNHXr7KkPWGLrPz-tBvX7JULmCA_yQ> >> > /usr/bin/git init >> /var/lib/jenkins/workspace/vt-geographiclib/project # timeout=10 >> Fetching upstream changes from >> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git >> > /usr/bin/git --version # timeout=10 >> > /usr/bin/git -c core.askpass=true fetch --tags --progress >> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git >> +refs/heads/*:refs/remotes/origin/* >> <http://g...@scm-vt.sarnoff.com/common/geographiclib.git+refs/heads/*:refs/remotes/origin/*> >> > /usr/bin/git config remote.origin.url >> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10 >> > /usr/bin/git config --add remote.origin.fetch >> +refs/heads/*:refs/remotes/origin/* # timeout=10 >> > /usr/bin/git config remote.origin.url >> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git # timeout=10 >> Fetching upstream changes from >> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git >> > /usr/bin/git -c core.askpass=true fetch --tags --progress >> ssh://g...@scm-vt.sarnoff.com/common/geographiclib.git >> +refs/heads/*:refs/remotes/origin/* >> <http://g...@scm-vt.sarnoff.com/common/geographiclib.git+refs/heads/*:refs/remotes/origin/*> >> > /usr/bin/git rev-parse refs/remotes/origin/feature/majic^{commit} >> # timeout=10 >> > /usr/bin/git rev-parse >> refs/remotes/origin/origin/feature/majic^{commit} # timeout=10 >> Checking out Revision efd6519b02aa23c02af3c4f25064b9ea91ec09f0 >> (refs/remotes/origin/feature/majic) >> > /usr/bin/git config core.sparsecheckout # timeout=10 >> > /usr/bin/git checkout -f efd6519b02aa23c02af3c4f25064b9ea91ec09f0 >> > /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5 # >> timeout=10 >> ERROR: Processing failed due to a bug in the code. Please report >> this to jenkinsci-users@googlegroups.com >> java.lang.RuntimeException: java.lang.IllegalArgumentException: No >> matching Artifactory server was found in General Configuration. Please >> update your job configuration. >> ... >> >> I can execute the git commands "manually" on my machine OK. The last >> command >> >> /usr/bin/git rev-list f98d0f44741e37d12d849870df884c0cdbd24bc5 >> >> returns a list of 166 commits. Let me know if you want additional >> information. >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/7302f169-666b-49bf-8743-c75459343dac%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/7302f169-666b-49bf-8743-c75459343dac%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtHyGd2tD3SCLjyOijUmy30fXOxmEfLMyxUkxzU4n3jKBQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.