Updated jenkins file
This commit is contained in:
parent
4656a84103
commit
acf9d83970
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,6 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage ('build') {
|
stage ('build') {
|
||||||
steps {
|
|
||||||
parallel {
|
parallel {
|
||||||
stage ('x86') {
|
stage ('x86') {
|
||||||
agent {
|
agent {
|
||||||
@ -92,5 +91,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user