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