mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
removed cd
This commit is contained in:
parent
ee17357256
commit
9af20edfea
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -18,7 +18,7 @@ pipeline{
|
||||||
stage('Build & SonarQube Scan') {
|
stage('Build & SonarQube Scan') {
|
||||||
steps {
|
steps {
|
||||||
sh 'ls'
|
sh 'ls'
|
||||||
sh 'cd spring-petclinic-jenkins'
|
// sh 'cd spring-petclinic-jenkins'
|
||||||
sh 'mvn --version'
|
sh 'mvn --version'
|
||||||
sh 'mvn package'
|
sh 'mvn package'
|
||||||
// withSonarQubeEnv('SONAR_CLOUD') {
|
// withSonarQubeEnv('SONAR_CLOUD') {
|
||||||
|
|
Loading…
Reference in a new issue