Updated Jenkinsfile

This commit is contained in:
WolverinDEV 2018-11-01 16:42:47 +01:00
parent 4574a4e478
commit b57e670356

8
Jenkinsfile vendored
View File

@ -20,8 +20,8 @@ pipeline {
MAKE_OPTIONS = '-j 12' MAKE_OPTIONS = '-j 12'
} }
//stages { stages {
// stage ('build') { stage ('build') {
parallel { parallel {
stage ('Build x86') { stage ('Build x86') {
agent { agent {
@ -157,7 +157,7 @@ pipeline {
} }
} }
} }
//} }
//} }
} }
} }