Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:49:18 +02:00
parent 4656a84103
commit acf9d83970

2
Jenkinsfile vendored
View File

@ -3,7 +3,6 @@ pipeline {
stages { stages {
stage ('build') { stage ('build') {
steps {
parallel { parallel {
stage ('x86') { stage ('x86') {
agent { agent {
@ -92,5 +91,4 @@ pipeline {
} }
} }
} }
}
} }