Skip to content
Open

done #20

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
5 changes: 1 addition & 4 deletions email-notifications/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ node {
def content = '${JELLY_SCRIPT,template="html"}'

// send email
if(to != null && !to.isEmpty()) {
emailext(body: content, mimeType: 'text/html',
replyTo: '$DEFAULT_REPLYTO', subject: subject,
to: to, attachLog: true )
echo " Success."
}

// mark current build as a failure and throw the error
Expand Down