orpiske commented on code in PR #10476: URL: https://github.com/apache/camel/pull/10476#discussion_r1240162673
########## Jenkinsfile.deploy: ########## @@ -66,6 +66,10 @@ pipeline { } } steps { + // Workaround https://issues.apache.org/jira/browse/INFRA-24713 + def text = readFile ".mvn/wrapper/maven-wrapper.properties" + text.replaceAll("distributionUrl=.*", "https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.8/apache-maven-3.8.8-bin.zip") + Review Comment: This approach did not work for our CI. The snapshot deployment is failing again: https://ci-builds.apache.org/job/Camel/job/Camel%20Daily%20Snapshot%20Deploy/job/main/363/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org