Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,5 +37,5 @@ Landmark Technologies''', recipientProviders: [developers()], subject: 'status o

Landmark Technologies''', recipientProviders: [developers()], subject: 'status of build', to: '[email protected]'
}

*/
}