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 3f4bff45a41 CAMEL-21647 - Create a jenkins job for Camel JBang IT test 
suite
3f4bff45a41 is described below

commit 3f4bff45a415580148553468d2cad3fa58982c3c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Feb 4 09:32:34 2025 +0100

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

diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest
index a90682e0de4..bd84f5662f8 100644
--- a/Jenkinsfile.jbangtest
+++ b/Jenkinsfile.jbangtest
@@ -68,13 +68,6 @@ pipeline {
             steps {
 
                 sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly 
clean"
-               sh(script: """
-                       mkdir -p ${sharedDataFolder}
-                       chmod 777 -R ${sharedDataFolder}
-
-                       mkdir -p ${localMavenRepo}
-                        chmod 777 -R ${localMavenRepo}
-               """)
                 sh "./mvnw $MAVEN_PARAMS -f 
dsl/camel-jbang/camel-jbang-it/pom.xml 
-Dshared.maven.local.repo=${localMavenRepo} -Pjbang-it-test"
             }
             post {

Reply via email to