diff --git a/Jenkinsfile b/Jenkinsfile index beb1aaa2e..9058e1017 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 "------------------------------------------------"