This repository was archived by the owner on Apr 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments