Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:58:53 +02:00
parent 1d0ee3045e
commit 7ae1633b96

4
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
pipeline { pipeline {
agent any agent any
stages {
parallel { parallel {
stage ('x86') { stage ('x86') {
agent { agent {
@ -86,5 +87,6 @@ pipeline {
} }
} }
} }
} }
}
} }