Skip to content

Commit e5f2225

Browse files
caladdbsanders
authored andcommitted
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.
1 parent 79fa96a commit e5f2225

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,9 @@ pipeline {
10971097
not {
10981098
environment name: 'PLATFORM', value: 'sles11'
10991099
}
1100+
not {
1101+
environment name: 'PLATFORM', value: 'sles15'
1102+
}
11001103
}
11011104

11021105
steps {

0 commit comments

Comments
 (0)