Possibly there are other administrators on that Jenkins instance, and one of them assigned a value to the artifactory server in the general configuration?
On Fri, Oct 6, 2017 at 9:43 AM Charles Karney <[email protected]> wrote: > Thanks for the information. My problem seems to have cleared up by itself! > > --Charles > > > On Thursday, October 5, 2017 at 11:05:51 AM UTC-4, Mark Waite wrote: > >> 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 <[email protected]> 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 [email protected] >>>> >>> >>>> 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:// >>>> [email protected]/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://[email protected]/common/geographiclib.git >>>> > /usr/bin/git --version # timeout=10 >>>> > /usr/bin/git -c core.askpass=true fetch --tags --progress >>>> ssh://[email protected]/common/geographiclib.git >>>> +refs/heads/*:refs/remotes/origin/* >>>> <http://[email protected]/common/geographiclib.git+refs/heads/*:refs/remotes/origin/*> >>>> > /usr/bin/git config remote.origin.url >>>> ssh://[email protected]/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://[email protected]/common/geographiclib.git # timeout=10 >>>> Fetching upstream changes from >>>> ssh://[email protected]/common/geographiclib.git >>>> > /usr/bin/git -c core.askpass=true fetch --tags --progress >>>> ssh://[email protected]/common/geographiclib.git >>>> +refs/heads/*:refs/remotes/origin/* >>>> <http://[email protected]/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 [email protected] >>>> >>> 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 [email protected]. >> >> >>> 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/623bdf82-ccd9-41fc-90ad-8cbdfc6a67b5%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/623bdf82-ccd9-41fc-90ad-8cbdfc6a67b5%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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtGj_vxApQxCQrV-RCZUO03-r%2BNZmSUA4s-weUt7M2%3DcPQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
