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 {
stage ('build') {
steps {
parallel {
stage ('x86') {
agent {
@ -92,5 +91,4 @@ pipeline {
}
}
}
}
}