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'
}
//stages {
// stage ('build') {
stages {
stage ('build') {
parallel {
stage ('Build x86') {
agent {
@ -157,7 +157,7 @@ pipeline {
}
}
}
//}
//}
}
}
}
}