Skip to content

Commit 683b757

Browse files
author
Konstantin Nazarov
committed
Added Jenkinsfile for Jenkins-based CI
1 parent 24d730c commit 683b757

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)