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') {