From fec7538f5499c5c370794475f84b622659aa8e7a Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 17 Oct 2023 09:51:56 -0600 Subject: [PATCH] Test only on Linux, not Windows --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8b7fd8d..8c08f2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ [platform: 'linux', jdk: 21], - [platform: 'windows', jdk: 17], + [platform: 'linux', jdk: 17], // Windows builds fail due to line termination checkstyle errors ])