mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
jenmkinsfile
This commit is contained in:
parent
f85799c918
commit
5977009232
1 changed files with 2 additions and 3 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -59,9 +59,8 @@ pipeline {
|
|||
sh '''
|
||||
"$JF" mvn clean deploy \
|
||||
-DskipTests -Dcheckstyle.skip=true \
|
||||
--build-name=$JFROG_CLI_BUILD_NAME \
|
||||
--build-number=$JFROG_CLI_BUILD_NUMBER \
|
||||
--no-publish-build-info
|
||||
--build-name="$JFROG_CLI_BUILD_NAME" \
|
||||
--build-number="$JFROG_CLI_BUILD_NUMBER"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue