mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:55:50 +00:00
jenmkinsfile
This commit is contained in:
parent
73d309a30a
commit
f85799c918
1 changed files with 8 additions and 1 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -42,6 +42,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh '"$JF" c use petclinic'
|
sh '"$JF" c use petclinic'
|
||||||
sh '"$JF" rt ping'
|
sh '"$JF" rt ping'
|
||||||
|
sh '"$JF" c show petclinic'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,7 +56,13 @@ pipeline {
|
||||||
--repo-deploy-releases=petclinic-maven-dev-local \
|
--repo-deploy-releases=petclinic-maven-dev-local \
|
||||||
--repo-deploy-snapshots=petclinic-maven-dev-local
|
--repo-deploy-snapshots=petclinic-maven-dev-local
|
||||||
'''
|
'''
|
||||||
sh '"$JF" mvn clean deploy -DskipTests -Dcheckstyle.skip=true'
|
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
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue