mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 09:25:49 +00:00
Added Jenkinsfile
This commit is contained in:
parent
1facdaa2d4
commit
a2d1cecb6f
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,8 +4,6 @@ pipeline {
|
|||
stage('build') {
|
||||
steps {
|
||||
echo 'build'
|
||||
sh '''mvn package
|
||||
'''
|
||||
sh 'ls'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue