mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
changed
This commit is contained in:
parent
f0ea874951
commit
6c5f558389
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ pipeline {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'export PATH="/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin:$PATH" && mvn clean package'
|
sh 'export PATH="/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin:$PATH" && mvn clean package'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('post build') {
|
stage('post build') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue