From 585d581706e78061ca9199f792089036921c4014 Mon Sep 17 00:00:00 2001 From: Bharatkumar5690 Date: Thu, 9 Mar 2023 19:32:55 +0530 Subject: [PATCH] changes --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9d7313715..b9ae6d335 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,6 +9,7 @@ pipeline { steps { git branch: 'declarative', url: 'https://github.com/Bharatkumar5690/spring-petclinic.git' + sh printenv } } stage('Artifactory configuration') {