We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d70c75 commit e3851e7Copy full SHA for e3851e7
Jenkinsfile
@@ -1,7 +1,8 @@
1
stage('Build'){
2
+ packpack = new org.tarantool.packpack()
3
node {
4
checkout scm
- packpack = new org.tarantool.packpack()
5
- packpack.packpackBuildMatrix('result')
+ packpack.prepareSources()
6
}
7
+ packpack.packpackBuildMatrix('result')
8
0 commit comments