Updated jenkins file
This commit is contained in:
parent
a30fbc66a0
commit
4656a84103
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,5 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage ('build') {
|
||||||
steps {
|
steps {
|
||||||
parallel {
|
parallel {
|
||||||
stage ('x86') {
|
stage ('x86') {
|
||||||
@ -89,3 +92,5 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user