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 0c7dde2 commit e715b57Copy full SHA for e715b57
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