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

commit 6a7ba19385e43305f204ad7dd7c27d11bcd7083e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Feb 4 10:57:28 2025 +0100

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

diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest
index bd84f5662f8..055899afda0 100644
--- a/Jenkinsfile.jbangtest
+++ b/Jenkinsfile.jbangtest
@@ -19,9 +19,6 @@ def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true "
 
-String sharedDataFolder = "/tmp/data-" + 
UUID.randomUUID().toString().substring(0,5)
-String localMavenRepo = "/tmp/mvn-" + 
UUID.randomUUID().toString().substring(0,5)
-
 pipeline {
 
     agent {

Reply via email to