diff --git a/Jenkinsfile b/Jenkinsfile index 18229ca..8ad34f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,11 @@ node{ stage('mavenBuild') { sh "${mavenHome}/bin/mvn clean package" } - +// multi line comment in groovy script + /* + Multi branch jenkins job + */ + /* stage('CodeQuality') { sh "${mavenHome}/bin/mvn sonar:sonar" // execute the CodeQuality report with sonar @@ -33,5 +37,5 @@ Landmark Technologies''', recipientProviders: [developers()], subject: 'status o Landmark Technologies''', recipientProviders: [developers()], subject: 'status of build', to: 'mylandmarktech@gmail.com' } - + */ }