Croway opened a new pull request, #22375: URL: https://github.com/apache/camel/pull/22375
## Summary _Claude Code on behalf of Federico Mariani_ - The JBang IT Tests pipeline on `camel-4.18.x` only ran `mvnw ... -Dquickly clean` without the `install` goal - SNAPSHOT artifacts (`camel-test-infra-common`, `camel-util`, `camel-support`, `spi-annotations`) were never built/installed to the local Maven repo - All IT tests failed immediately with `Could not resolve dependencies` errors - This was build #1 on the branch — the job has never succeeded **Fix:** Change `clean` to `clean install` in `Jenkinsfile.jbangtest`. ## Test plan - [ ] CI JBang IT Tests / camel-4.18.x should resolve dependencies and run tests - [ ] Verify no impact on other branches (main, camel-4.14.x) that share the same Jenkinsfile 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
