Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:35:49 +02:00
parent 9523125b6f
commit accbe10224

8
Jenkinsfile vendored
View File

@ -1,8 +1,8 @@
pipeline { pipeline {
agent any agent any
stages { //stages {
stage ('building') { // stage ('building') {
parallel { parallel {
stage ('x86') { stage ('x86') {
agent { agent {
@ -90,6 +90,6 @@ pipeline {
} }
} }
} }
} // }
} //}
} }