Skip to content

Commit 2de1755

Browse files
author
Konstantin Nazarov
committed
Skip building mqtt on ubuntu precise
1 parent 3b3873a commit 2de1755

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
stage('Build'){
22
packpack = new org.tarantool.packpack()
33

4-
// No mosquitto library on centos 6
4+
// No mosquitto library on centos 6 and ubuntu precise
55
matrix = packpack.filterMatrix(
66
packpack.default_matrix,
7-
{!(it['OS'] == 'centos' && it['DIST'] == '6')})
7+
{!(it['OS'] == 'centos' && it['DIST'] == '6') &&
8+
!(it['OS'] == 'ubuntu' && it['DIST'] == 'precise')})
89

910
node {
1011
checkout scm

0 commit comments

Comments
 (0)