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'
|
||||
}
|
||||
|
||||
//stages {
|
||||
// stage ('build') {
|
||||
stages {
|
||||
stage ('build') {
|
||||
parallel {
|
||||
stage ('Build x86') {
|
||||
agent {
|
||||
@ -157,7 +157,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
//}
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user