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 {
agent any
stages {
stage ('building') {
//stages {
// stage ('building') {
parallel {
stage ('x86') {
agent {
@ -90,6 +90,6 @@ pipeline {
}
}
}
}
}
// }
//}
}