TooDizzy
9 years agoOccasional Contributor
Composite build will not execute on build server, but runs locally
Hi Guys, I'm having a serious problem executing my SOAP UI Pro build. I'm running Ready API 1.8.5 and my project is a composite project. When I run it locally (the maven build) everything runs f...
- 9 years ago
found the problem.
I had a . in the build name.
On the jenkins server this results on a folder structure with the build name as the checkout path. Here we then have "." in the path. Perfectly normal and legit on linux, but it was too much for the Ready API plugin.
Sounds like a path related in the plugin.
/Tue