Skip to content

Commit

Permalink
INTERNAL: Don't build SLES15 VMWare images
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
caladd authored and bsanders committed Aug 19, 2020
1 parent 79fa96a commit e5f2225
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,9 @@ pipeline {
not {
environment name: 'PLATFORM', value: 'sles11'
}
not {
environment name: 'PLATFORM', value: 'sles15'
}
}

steps {
Expand Down

0 comments on commit e5f2225

Please sign in to comment.