I'm trying to use juseppe without Docker. I'm already running a previous version but I need the SHA fixes.
When I do mvn package, some tests are failing with this error:
Tests in error:
shouldFindAllPluginsRecursively(ru.lanwen.jenkins.juseppe.gen.source.PathPluginSourceTest): Illegal char <:> at index 2: /C:/Users/L3u3n/Downloads/juseppe-1.2.2/juseppe-1.2.2/juseppe-core/target/test-classes/tmp/plugins
If I skip tests, I can build. I replaced the juseppe.jar on my working setup by the new jar. The server is starting without error but I can not connect to it from my jenkins master. If I enter the .json url in a web browser, I get a ERR_CONNECTION_REFUSED. Whereas with the previous juseppe.jar I can see the json content.
Can you help me ?
Do you think the problem is related to failing tests ?
How can I troubleshoot this problem ?
Hi,
I'm trying to use juseppe without Docker. I'm already running a previous version but I need the SHA fixes.
When I do mvn package, some tests are failing with this error: Tests in error: shouldFindAllPluginsRecursively(ru.lanwen.jenkins.juseppe.gen.source.PathPluginSourceTest): Illegal char <:> at index 2: /C:/Users/L3u3n/Downloads/juseppe-1.2.2/juseppe-1.2.2/juseppe-core/target/test-classes/tmp/plugins
If I skip tests, I can build. I replaced the juseppe.jar on my working setup by the new jar. The server is starting without error but I can not connect to it from my jenkins master. If I enter the .json url in a web browser, I get a ERR_CONNECTION_REFUSED. Whereas with the previous juseppe.jar I can see the json content.
Can you help me ? Do you think the problem is related to failing tests ? How can I troubleshoot this problem ?
Thank you !