ELK: eclipse-jarsigner-plugin fails with "No route to host"
Summary
I'm not sure who is responsible for this. I reported a build failure for the ELK project: https://github.com/eclipse/elk/issues/798
The eclipse-jarsigner-plugin
stopped working without any apparent change in the project configuration:
https://ci.eclipse.org/elk/job/IntegrationNightly/
Steps to reproduce
See the console output of the last build: https://ci.eclipse.org/elk/job/IntegrationNightly/1107/console
What is the current bug behavior?
[ERROR] Failed to execute goal org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5:sign (sign) on project org.eclipse.elk.graph:
[Wed Mar 09 03:17:46 UTC 2022] Unable to sign jar '/home/jenkins/agent/workspace/IntegrationNightly/elk/plugins/org.eclipse.elk.graph/target/org.eclipse.elk.graph-0.8.0-SNAPSHOT.jar':
No route to host
What is the expected correct behavior?
eclipse-jarsigner-plugin
should be able to sign jar files.
Relevant logs and/or screenshots
See above.