mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Jenkinsfile
This commit is contained in:
parent
0a59b382a3
commit
604cecea00
1 changed files with 4 additions and 10 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -1,16 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
|
agent any
|
||||||
agent any stages {
|
stages {
|
||||||
|
stage('Build') {
|
||||||
stage('Build') { steps {
|
steps {
|
||||||
|
|
||||||
sh './mvnw package'
|
sh './mvnw package'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue