From 5b0d446c2eb2c708e243d3daa7cdf5ac40405475 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 13 Aug 2023 10:23:04 -0600 Subject: [PATCH] Don't run parallel tests, ci.jenkins.io fails --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 14060321..9c96c287 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,8 +2,6 @@ /* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */ buildPlugin( - // Run a JVM per core in tests - forkCount: '1C', // Container agents won't work for testing this plugin useContainerAgent: false, // Show failures on all configurations