Updated jenkins file
This commit is contained in:
Vendored
+7
@@ -1,5 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage ('building') {
|
||||
steps {
|
||||
echo "Hello World"
|
||||
}
|
||||
stages {
|
||||
stage ('x86') {
|
||||
agent {
|
||||
@@ -86,4 +91,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user