Skip to content

Commit

Permalink
Execute build matrix on a flyweight node
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Nazarov committed Feb 9, 2017
1 parent 683b757 commit 6b26929
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
stage('Build'){
packpack = new org.tarantool.packpack()
node {
checkout scm
packpack = new org.tarantool.packpack()
packpack.packpackBuildMatrix('result')
packpack.prepareSources()
}
packpack.packpackBuildMatrix('result')
}

0 comments on commit 6b26929

Please sign in to comment.