mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
print update
This commit is contained in:
parent
c828bb0689
commit
a991f65090
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -32,7 +32,6 @@ pipeline {
|
|||
steps {
|
||||
sh "mvn clean validate compile test package"
|
||||
sh "ls -la target"
|
||||
echo "------------------------------------------------"
|
||||
echo "--------------------Start - Push to JFROG Artifactory------------------------"
|
||||
sh 'curl -u jfroguser:AdminPassword1 -T ./target/spring-petclinic-2.4.0.BUILD-SNAPSHOT.jar "${artifactory_repo}/spring-petclinic-2.4.0.BUILD-${BUILD_NUMBER}.jar"'
|
||||
echo "--------------------Complete - Push to JFROG Artifactory------------------------"
|
||||
|
@ -60,7 +59,7 @@ pipeline {
|
|||
steps {
|
||||
echo "----Git repo link: https://github.com/mnpatel0611/spring-petclinic"
|
||||
echo "------------------------------------------------"
|
||||
echo "--------------------INFO------------------------"
|
||||
echo "--------------------Job Summary Info------------------------"
|
||||
echo "Artifact URL: ${artifactory_repo}/spring-petclinic-2.4.0.BUILD-${BUILD_NUMBER}.jar"
|
||||
echo "Docker image pushed to Dockerhub: mpatel011/spring-petclinic:$BUILD_NUMBER"
|
||||
echo "------------------------------------------------"
|
||||
|
|
Loading…
Reference in a new issue