This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new d19dccd8eb0 CAMEL-21647 - Create a jenkins job for Camel JBang IT test 
suite
d19dccd8eb0 is described below

commit d19dccd8eb0e35a96023e474200f03604d24f9dd
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 6 09:42:15 2025 +0100

    CAMEL-21647 - Create a jenkins job for Camel JBang IT test suite
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 Jenkinsfile.jbangtest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest
index 1fb63cdbbf1..10feb4bd46f 100644
--- a/Jenkinsfile.jbangtest
+++ b/Jenkinsfile.jbangtest
@@ -38,6 +38,7 @@ pipeline {
             logRotator(artifactNumToKeepStr: '5', numToKeepStr: '10')
         )
         disableConcurrentBuilds()
+        skipDefaultCheckout(true)
     }
 
     parameters {

Reply via email to