removed cd

This commit is contained in:
sridhar 2023-09-13 17:12:06 +05:30
parent ee17357256
commit 9af20edfea

2
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ pipeline{
stage('Build & SonarQube Scan') {
steps {
sh 'ls'
sh 'cd spring-petclinic-jenkins'
// sh 'cd spring-petclinic-jenkins'
sh 'mvn --version'
sh 'mvn package'
// withSonarQubeEnv('SONAR_CLOUD') {