mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55: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') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'build'
|
echo 'build'
|
||||||
sh '''mvn package
|
|
||||||
'''
|
|
||||||
sh 'ls'
|
sh 'ls'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue