From 0d2ced37b66e1691434b155cc0babea1c43e3dd8 Mon Sep 17 00:00:00 2001 From: VSAzima Date: Mon, 26 Apr 2021 13:42:53 +0400 Subject: [PATCH] run stage only samples --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f124558da..63fde22db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,7 +91,7 @@ pipeline { stage('run') { steps { script { - sh 'curl -L -X GET "http://172.19.0.3:8081/service/rest/v1/search/assets/download?sort=version&repository=maven-nexus-repo&maven.groupId=org.springframework.boot&maven.artifactId=spring-petclinic&maven.extension=jar" -H "accept: application/json"' + sh 'curl -L -X GET "http://172.19.0.3:8081/service/rest/v1/search/assets/download?sort=version&repository=maven-nexus-repo&maven.groupId=org.springframework.samples&maven.artifactId=spring-petclinic&maven.extension=jar" -H "accept: application/json"' sh 'java -jar spring-petclinic-2.4.2.jar' } }