Updated jenkins file
This commit is contained in:
parent
7ae1633b96
commit
83ca317e7e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,6 +2,7 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage ('build') {
|
||||
parallel {
|
||||
stage ('x86') {
|
||||
agent {
|
||||
@ -87,6 +88,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user