Jenkinsfile: added matrix

This commit is contained in:
pavelbannov 2020-01-08 16:06:12 +03:00
parent e40bbe0bb6
commit 549f928c2f

2
build/Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
matrix {
agent { label '${PLATFORM}' }
agent { label "${PLATFORM}" }
axes {
axis {
name 'PLATFORM'