Updated jenkins file
This commit is contained in:
parent
9523125b6f
commit
accbe10224
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -1,8 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage ('building') {
|
||||
//stages {
|
||||
// stage ('building') {
|
||||
parallel {
|
||||
stage ('x86') {
|
||||
agent {
|
||||
@ -90,6 +90,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user