Skip to content

Commit 674877f

Browse files
committed
remove -T3 option
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent aa49e63 commit 674877f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final def mavens = env.BRANCH_NAME == 'master' ? ['3.8.x', '3.2.x'] : ['3.8.x']
3434
// all non-EOL versions and the first EA
3535
final def jdks = [18, 17, 11, 8]
3636

37-
final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its','-T3']
37+
final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
3838
final def goals = ['clean', 'install']
3939
final def goalsDepl = ['clean', 'deploy']
4040
final Map stages = [:]

0 commit comments

Comments
 (0)