Updated Jenkinsfile
This commit is contained in:
parent
4574a4e478
commit
b57e670356
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//}
|
}
|
||||||
//}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user