Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在Jenkins中使用soapUI maven(我是最新最好的版本)
groovy 1.8.5 似乎存在问题,该问题已在 Groovy 的更高版本(例如 2.1.5)中修复。
有没有办法将 Jenkins 的底层 groovy 库更改为 2.1.5。
我尝试用 2.1.5 版本替换 WEB-INF/lib 中的 1.8.5 并且 jenkins 甚至没有启动
欣赏任何想法/指针。