Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:58:29 +02:00
parent 1daf1ee8fe
commit 1d0ee3045e

4
Jenkinsfile vendored
View File

@ -1,8 +1,6 @@
pipeline {
agent any
stages {
stage ('build') {
parallel {
stage ('x86') {
agent {
@ -90,5 +88,3 @@ pipeline {
}
}
}
}
}