Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:58:29 +02:00
parent 1daf1ee8fe
commit 1d0ee3045e

4
Jenkinsfile vendored
View File

@ -1,8 +1,6 @@
pipeline { pipeline {
agent any agent any
stages {
stage ('build') {
parallel { parallel {
stage ('x86') { stage ('x86') {
agent { agent {
@ -89,6 +87,4 @@ pipeline {
} }
} }
} }
}
}
} }