Skip to content

Commit 5808fbc

Browse files
author
Konstantin Nazarov
committed
Remove other failing Linux distributions from Jenkinsfile
1 parent 9a8367d commit 5808fbc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ matrix = [
22
[OS: 'el', DIST: '6', PACK: 'rpm'],
33
//[OS: 'el', DIST: '7', PACK: 'rpm'],
44
[OS: 'fedora', DIST: '24', PACK: 'rpm'],
5-
[OS: 'fedora', DIST: 'rawhide', PACK: 'rpm'],
65
[OS: 'ubuntu', DIST: 'precise', PACK: 'deb'],
76
[OS: 'ubuntu', DIST: 'trusty', PACK: 'deb'],
8-
[OS: 'ubuntu', DIST: 'xenial', PACK: 'deb'],
97
[OS: 'ubuntu', DIST: 'yakkety', PACK: 'deb'],
108
[OS: 'debian', DIST: 'jessie', PACK: 'deb'],
11-
[OS: 'debian', DIST: 'stretch', PACK: 'deb'],
129
]
1310

1411
stage('Build'){

0 commit comments

Comments
 (0)