Skip to content

Commit

Permalink
[nrf noup] ci: use Standard Library in Jenkinsfile
Browse files Browse the repository at this point in the history
Managing Docker version, Agent Labels, Github Status,

manifest updates, downstream jobs from CI_LIB.

Signed-off-by: Thomas Stilwell <Thomas.Stilwell@nordicsemi.no>
  • Loading branch information
thst-nordic authored and carlescufi committed Jul 22, 2019
1 parent 998bc9b commit ad33e1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ pipeline {
script{
if (env.BRANCH_NAME == 'master' || env.BRANCH_NAME.startsWith("PR"))
{
// emailext(to: 'anpu',
// body: "${currentBuild.currentResult}\nJob ${env.JOB_NAME}\t\t build ${env.BUILD_NUMBER}\r\nLink: ${env.BUILD_URL}",
// subject: "[Jenkins][Build ${currentBuild.currentResult}: ${env.JOB_NAME}]",
// mimeType: 'text/html',)
emailext(to: 'anpu',
body: "${currentBuild.currentResult}\nJob ${env.JOB_NAME}\t\t build ${env.BUILD_NUMBER}\r\nLink: ${env.BUILD_URL}",
subject: "[Jenkins][Build ${currentBuild.currentResult}: ${env.JOB_NAME}]",
mimeType: 'text/html',)
}
else
{
Expand Down

0 comments on commit ad33e1e

Please sign in to comment.