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
   > /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/*
   > /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/*
   > /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/CAH36mb_QNu2%3DXH0dcb1-4SAKm5HhjnSZKWuRqQAawOCEQAgC1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to