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