Update Jenkinsfile
This commit is contained in:
parent
fe8ee53f22
commit
2a8cb861f6
1 changed files with 6 additions and 2 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
|
@ -1,7 +1,11 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Mock') {
|
stage('Mock') {
|
||||||
echo ''
|
steps {
|
||||||
|
echo ''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue