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