mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 01:05:48 +00:00
Add Jenkinsfile
This commit is contained in:
parent
88e738fef7
commit
713c25e4ed
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -5,6 +5,7 @@ pipeline {
|
|||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building..'
|
||||
sh("ls -la")
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
|
Loading…
Reference in a new issue