mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
e4fc61e2ff
commit
9309fb7173
1 changed files with 7 additions and 2 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -1,9 +1,14 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('No-op') {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'ls'
|
||||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
stage('test') {
|
||||
steps {
|
||||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue