DEBSOURCES
Skip Quicknav
sources / tarantool / 2.6.0-1.2 / test-run / lib / tarantool-python / Jenkinsfile
12345678
stage('Build'){ packpack = new org.tarantool.packpack() node { checkout scm packpack.prepareSources() } packpack.packpackBuildMatrix('result') }