From 023998c28e3e51b0b9dd0105bab6a0a6c38d0fc8 Mon Sep 17 00:00:00 2001 From: VSAzima Date: Mon, 26 Apr 2021 13:27:42 +0400 Subject: [PATCH] run stage only url --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 11fde1d07..b86975ab8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,7 +91,7 @@ pipeline { stage('run') { steps { script { - sh 'wget http://localhost:8081/repository/maven-nexus-repo/org/springframework/samples/spring-petclinic/2.4.2/spring-petclinic-2.4.2.jar' + sh 'wget http://172.19.0.3:8081/repository/maven-nexus-repo/org/springframework/samples/spring-petclinic/2.4.2/spring-petclinic-2.4.2.jar' sh 'java -jar spring-petclinic-2.4.2.jar' } }