Skip to content

Commit ea002f8

Browse files
author
Bret McGuire
committed
Remove CentOS 8 as a build target since it's EOL
1 parent 5f36259 commit ea002f8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ pipeline {
457457
choice(
458458
name: 'OS_VERSION',
459459
choices: ['centos/7-64/cpp',
460-
'centos/8-64/cpp',
461460
'ubuntu/bionic64/cpp'],
462461
description: '''Operating system to use for scheduled or adhoc builds
463462
<table style="width:100%">
@@ -471,10 +470,6 @@ pipeline {
471470
<td><strong>centos/7-64/cpp</strong></td>
472471
<td>CentOS 7 x86_64</td>
473472
</tr>
474-
<tr>
475-
<td><strong>centos/8-64/cpp</strong></td>
476-
<td>CentOS 8 x86_64</td>
477-
</tr>
478473
<tr>
479474
<td><strong>ubuntu/bionic64/cpp</strong></td>
480475
<td>Ubuntu 18.04 LTS x86_64</td>
@@ -524,7 +519,6 @@ pipeline {
524519
axis {
525520
name 'OS_VERSION'
526521
values 'centos/7-64/cpp',
527-
'centos/8-64/cpp',
528522
'ubuntu/bionic64/cpp'
529523
}
530524
}
@@ -634,7 +628,6 @@ pipeline {
634628
axis {
635629
name 'OS_VERSION'
636630
values 'centos/7-64/cpp',
637-
'centos/8-64/cpp',
638631
'ubuntu/bionic64/cpp'
639632
}
640633
}

0 commit comments

Comments
 (0)