Updated jenkins file

This commit is contained in:
WolverinDEV
2018-08-09 21:59:22 +02:00
parent 7ae1633b96
commit 83ca317e7e
Vendored
+2
View File
@@ -2,6 +2,7 @@ pipeline {
agent any
stages {
stage ('build') {
parallel {
stage ('x86') {
agent {
@@ -87,6 +88,7 @@ pipeline {
}
}
}
}
}
}
}