From db786a8049cdf490c769eee7155b751f1c33c997 Mon Sep 17 00:00:00 2001 From: n Date: Tue, 7 Mar 2023 15:10:11 +0530 Subject: [PATCH] Added the new changes --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8c1d69535..ddd0fce7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeliene { - agent { label 'JDK_17' } + agent { label 'any' } triggers { pollSCM '* * * * *' } stages { stage( 'version control sysytem') { @@ -10,7 +10,7 @@ pipeliene { } stage( 'post build' ) { steps { - archiveArtifacts artifacts: '**/libs/spring-petclinic-3.0.0/jar' + archiveArtifacts artifacts: '**/libs/spring-petclinic-3.0.0.jar' onlyIfSuccesful: true junit testResults: '**/test-results/test/TEST-*.xml' }