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