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 32a696c commit 5d70c75Copy full SHA for 5d70c75
Jenkinsfile
@@ -0,0 +1,7 @@
1
+stage('Build'){
2
+ node {
3
+ checkout scm
4
+ packpack = new org.tarantool.packpack()
5
+ packpack.packpackBuildMatrix('result')
6
+ }
7
+}
0 commit comments