Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:59:22 +02:00
parent 7ae1633b96
commit 83ca317e7e

2
Jenkinsfile vendored
View File

@ -2,6 +2,7 @@ pipeline {
agent any agent any
stages { stages {
stage ('build') {
parallel { parallel {
stage ('x86') { stage ('x86') {
agent { agent {
@ -87,6 +88,7 @@ pipeline {
} }
} }
} }
}
} }
} }
} }