Skip to content

Commit

Permalink
CAMEL-21647 - Create a jenkins job for Camel JBang IT test suite
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd committed Feb 4, 2025
1 parent 3f4bff4 commit 6a7ba19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile.jbangtest
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6a7ba19

Please sign in to comment.