sfyhip 发表于 2018-1-8 17:27:52

jenkins 构建失败

Started by user admin  Building in workspace /data2/jenkins/jobs/RMB-API-JAVA/workspace
  > git rev-parse --is-inside-work-tree # timeout=10
  Fetching changes from the remote Git repository
  > git config remote.origin.url http://git.webank.io/inf/rmb_jenkins.git # timeout=10
  Fetching upstream changes from http://git.webank.io/inf/rmb_jenkins.git
  > git --version # timeout=10
  using .gitcredentials to set credentials
  > git config --local credential.helper store --file=/data2/apache-tomcat-8.0.18-jenkins/temp/git5088323924443441311.credentials # timeout=10
  > git -c core.askpass=true fetch --tags --progress http://git.webank.io/inf/rmb_jenkins.git +refs/heads/*:refs/remotes/origin/*
  > git config --local --remove-section credential # timeout=10
  > git rev-parse origin/master^{commit} # timeout=10
  Checking out Revision c3cbbaa50e70678013fd05095ece38f5084c750e (origin/master)
  > git config core.sparsecheckout # timeout=10
  > git checkout -f c3cbbaa50e70678013fd05095ece38f5084c750e
  > git rev-list c3cbbaa50e70678013fd05095ece38f5084c750e # timeout=10
  Parsing POMs
  FATAL: null
  java.lang.StackOverflowError
  at java.lang.ReflectiveOperationException.(ReflectiveOperationException.java:89)
  at java.lang.reflect.InvocationTargetException.(InvocationTargetException.java:72)
  at sun.reflect.GeneratedMethodAccessor2485.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:40)
  at com.sun.proxy.$Proxy69.lookup(Unknown Source)
  at sun.reflect.GeneratedMethodAccessor2485.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
页: [1]
查看完整版本: jenkins 构建失败