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