Skip to content

Commit bd52f9f

Browse files
Update Jenkinsfile-ebay
1 parent 5c04d92 commit bd52f9f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Jenkinsfile-ebay

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ node {
66
stage('2-mavenBuild') {
77
sh "${mavenHome}/bin/mvn clean package"
88
}
9-
*/
9+
/*
1010
stage('3-CodeQuality') {
1111
sh "${mavenHome}/bin/mvn sonar:sonar"
1212
}
@@ -33,7 +33,6 @@ Landmark Tecxhnologies''', subject: 'Build status', to: 'developers'
3333
stage('prod-Deploy'){
3434
deploy adapters: [tomcat9(credentialsId: 'deploy', path: '', url: 'http://54.204.83.221:8000/')], contextPath: null, war: 'target/*.war'
3535
}
36-
/*
3736
*/
38-
/*
37+
3938
}

0 commit comments

Comments
 (0)