mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Added Jenkinsfile
This commit is contained in:
parent
f7f0a0a018
commit
162921cc90
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -7,5 +7,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('test') {
|
||||
steps {
|
||||
echo 'test'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue