From e5f2225d03bcfa9a0874c3fbade9c885089b1fc8 Mon Sep 17 00:00:00 2001 From: Chris Ladd Date: Mon, 10 Aug 2020 15:25:34 -0700 Subject: [PATCH] INTERNAL: Don't build SLES15 VMWare images I'll need to do some sort of custom VMX template magic on ESXi to get it to do the install with two cdroms mounted. Since SLES15 isn't being used anytime soon, I'll just disable things for now, until it gets closer to being needed. --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 16447e9d3..38bf2080b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1097,6 +1097,9 @@ pipeline { not { environment name: 'PLATFORM', value: 'sles11' } + not { + environment name: 'PLATFORM', value: 'sles15' + } } steps {