mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
jenkinsfile
This commit is contained in:
parent
164c47aae3
commit
d8d6382d5e
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -22,7 +22,9 @@ pipeline {
|
|||
stage('Build Maven') {
|
||||
steps {
|
||||
sh 'chmod +x mvnw'
|
||||
jf "mvnc --global --repo-resolve-releases=libs-release-local --repo-resolve-snapshots=libs-snapshot-local"
|
||||
jf '''mvnc --global \
|
||||
--repo-resolve-releases=petclinic-maven-dev-virtual \
|
||||
--repo-resolve-snapshots=petclinic-maven-dev-virtual'''
|
||||
jf "mvn clean install -DskipTests=true"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue