Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1382 from USDAForestService/sonarqubeerrorfix
Browse files Browse the repository at this point in the history
Update Jenkinsfile
  • Loading branch information
abdul-fs committed Jul 2, 2020
2 parents b509399 + 3d124f6 commit 279eec6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ post{
env.BLUE_OCEAN_URL_SQ_XLSX="${env.BUILD_URL}artifact/sonarqubereports/sonarqubeissuesreport.xlsx"
env.LSONARQUBE_URL="${env.SONAR_URL_OPENFORESTPLATFORM}"
emailext attachLog: false, attachmentsPattern: '', body: '''${SCRIPT, template="openforest_simple2.template"}''', mimeType: 'text/html', replyTo: '[email protected]', subject: '$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!', to: "${MAILING_LIST_OPENFOREST}"
deleteDir() /* clean up our workspace */
}
}

Expand Down Expand Up @@ -501,7 +502,9 @@ post{
env.BLUE_OCEAN_URL_SQ_XLSX="${env.BUILD_URL}artifact/sonarqubereports/sonarqubeissuesreport.xlsx"
env.LSONARQUBE_URL="${env.SONAR_URL_OPENFORESTPLATFORM}"
emailext attachLog: false, attachmentsPattern: '', body: '''${SCRIPT, template="openforest_simple2.template"}''', mimeType: 'text/html', replyTo: '[email protected]', subject: '$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!', to: "${MAILING_LIST_OPENFOREST}"
deleteDir() /* clean up our workspace */
}
}
}

}
}

0 comments on commit 279eec6

Please sign in to comment.