Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 5bd980a

Browse files
authored
fix syntax (#74)
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 6f4b08e commit 5bd980a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pipeline {
106106
// -Dmaven.compiler.fork=true: Do compile in a separate forked process
107107
// -Dmaven.test.failure.ignore=true: Do not stop, if some tests fail
108108
// -Pci-build: Profile for CI-Server
109-
sh "mvn ${cmdLine} -B -U -e -fae -Dorg.slf4j.simpleLogger.showThreadName=true -Pci-build -T${THREADS}"
109+
sh "mvn ${cmdLine} -B -U -e -fae -Dorg.slf4j.simpleLogger.showThreadName=true -Pci-build -T${params.THREADS}"
110110
}
111111
}
112112
}
@@ -149,7 +149,7 @@ pipeline {
149149
{
150150
sh "chmod 755 ./src/ci/scripts/prepareWorkspace.sh"
151151
sh "./src/ci/scripts/prepareWorkspace.sh"
152-
sh "mvn clean install -U -B -e -fae -Dorg.slf4j.simpleLogger.showThreadName=true -Pci-build -T${THREADS}"
152+
sh "mvn clean install -U -B -e -fae -Dorg.slf4j.simpleLogger.showThreadName=true -Pci-build -T${params.THREADS}"
153153
}
154154
}
155155
}

0 commit comments

Comments
 (0)