This is an automated email from the ASF dual-hosted git repository. matthieu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 4e04845ce6c2438e172d679a482522fe8a479ed9 Author: Jean Helou <[email protected]> AuthorDate: Thu Nov 26 09:34:02 2020 +0100 JAMES-3225 uses multithreaded compilation --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2175fe9..d521f61 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -80,7 +80,7 @@ pipeline { stage('Build') { steps { echo 'Building' - sh 'mvn -U -B -e clean install -DskipTests' + sh 'mvn -U -B -e clean install -DskipTests -T1C' } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
