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