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 {
agent any
stages {
parallel {
stage ('x86') {
agent {
@ -86,5 +87,6 @@ pipeline {
}
}
}
}
}
}
}