Skip to content
Snippets Groups Projects
Commit 8d97e100 authored by Konstantin Nazarov's avatar Konstantin Nazarov
Browse files

Simplified Jenkinsfile with common build matrix

parent 959a0422
No related branches found
No related tags found
No related merge requests found
#!groovy
stage('Build') {
stage('Build'){
packpack = new org.tarantool.packpack()
node {
checkout scm
p = new org.tarantool.packpack()
p.packpackBuildMatrix('result')
packpack.prepareSources()
}
packpack.packpackBuildMatrix('result')
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment