Skip to content

Commit 6b26929

Browse files
author
Konstantin Nazarov
committed
Execute build matrix on a flyweight node
1 parent 683b757 commit 6b26929

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,7 +1,8 @@
11
stage('Build'){
2+
packpack = new org.tarantool.packpack()
23
node {
34
checkout scm
4-
packpack = new org.tarantool.packpack()
5-
packpack.packpackBuildMatrix('result')
5+
packpack.prepareSources()
66
}
7+
packpack.packpackBuildMatrix('result')
78
}

0 commit comments

Comments
 (0)