Updated jenkins file

This commit is contained in:
WolverinDEV
2018-08-09 21:58:29 +02:00
parent 1daf1ee8fe
commit 1d0ee3045e
Vendored
-4
View File
@@ -1,8 +1,6 @@
pipeline {
agent any
stages {
stage ('build') {
parallel {
stage ('x86') {
agent {
@@ -89,6 +87,4 @@ pipeline {
}
}
}
}
}
}