ammachado commented on code in PR #24754:
URL: https://github.com/apache/camel/pull/24754#discussion_r3600576781


##########
Jenkinsfile.deploy:
##########
@@ -55,6 +55,45 @@ pipeline {
            }
         }
 
+        stage('Setup llvm-mingw') {
+            when {
+                anyOf {
+                    branch 'main'

Review Comment:
   Done in 1cbf8eb. The snapshot-deploy pipeline still runs on `main`, 
`camel-4.18.x` and `camel-4.14.x`, but the native `camel.exe` bits are now 
gated to `main` and the future `camel-4.22.x` only:
   
   - the `Setup llvm-mingw` stage's `when` block now lists just `main` and 
`camel-4.22.x`;
   - `-Dcamel.exe.build=true` moved out of the shared `MAVEN_PARAMS` and, 
together with the `llvm-mingw` `PATH` prefix, is only added in `Build & Deploy` 
when the branch is `main` or `camel-4.22.x`.
   
   The older LTS branches keep deploying their snapshots as before, just 
without the native build.
   
   _Claude Code on behalf of ammachado_



-- 
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]

Reply via email to