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
c1d00d997d
commit
c030b8386a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -25,7 +25,7 @@ pipeline {
|
|||
jf '''mvnc --global \
|
||||
--repo-resolve-releases=petclinic-maven-dev-virtual \
|
||||
--repo-resolve-snapshots=petclinic-maven-dev-virtual'''
|
||||
jf "mvn clean deploy -DskipTests"
|
||||
jf "mvn clean deploy -DskipTests -Dcheckstyle.skip=true"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue