我的jenkins构建遇到了一些问题 - 我正在尝试基于几个json文件生成一些源代码。我的lokalhost没问题,但是我的Jenkins构建总是因为这个异常而失败:
[ERROR] Failed to execute goal org.jsonschema2pojo:jsonschema2pojo-maven-plugin:0.4.23:generate (DriversGeneration) on project DKVGatewayRestClient: Execution DriversGeneration of goal org.jsonschema2pojo:jsonschema2pojo-maven-plugin:0.4.23:generate failed: Unrecognised URI, can't resolve this: http://gateway-int.dkv-euroservice.com/metadatastore/1.0.0.1-SNAPSHOT/mds/com/dkv/shared/drivers/getCardList.json: Connection timed out -> [Help 1]
基本上它说http://gateway-int.dkv-euroservice.com/metadatastore/1.0.0.1-SNAPSHOT/mds/com/dkv/shared/drivers/getCardList.json
不是有效的URI,但绝对不是这样。如上所述,我的localhost可以毫无问题地使用这个URI - 浏览器和maven构建完全按预期工作。即使在我的Jenkins服务器上使用curl请求此URL也可以正常工作。只是Jenkins构建不断失败。已经重新启动Jenkins但没有区别......
任何人都可以给我一个提示吗?在此先感谢和问候。塞巴斯蒂安