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