I have a Jenkins project that runs a maven build. The maven build includes a step where it uses axistools, maven goal wsdl2java, to build classes from a soap service endpoint. This has been working fine for the past few years. The last good build was from 1/31. On 2/4 I tried to build this same project and suddenly that step was failing. I noticed that the step is now including new parameters that were not present before. In the last good build, I see a step like this.. [DEBUG] argslist: [-o, /var/lib/jenkins/jobs/xxx/workspace/target/generated-sources/java, -w, -T, 1.1, file:/var/lib/jenkins/jobs/xxx/workspace/target/axistools/wsdl2java/urlDownloads/http---xxx.xxx.com-8080-xxx-wsdl.wsdl] But now, with the builds that are failing, I see this... [DEBUG] argslist: [-o, /var/lib/jenkins/jobs/xxx/workspace/target/generated-sources/java, -w, -T, 1.1, -U, , -P, , file:/var/lib/jenkins/jobs/xxx/workspace/target/axistools/wsdl2java/urlDownloads/http---xxx.xxx.com-8080-xxx-wsdl.wsdl] So something is injecting -U, , -P, ,. I looked at what plugins had been recently updated and found the following... config-file-provider github-branch-source script-security workflow-cps subversion The script-security plugin seemed like a likely suspect and I downgraded it and restarted Jenkins, but still get same issue. Config-file-provider does not provide a downgrade option. Any thoughts?
-- 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/1b0e6acc-359a-46f5-a927-ff5678d0cb9a%40googlegroups.com.
