Skip to content

Commit 6953e62

Browse files
committed
f
1 parent 9f1c11e commit 6953e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ node{
1515
}
1616
echo "RESULT: ${currentBuild.result}"
1717
stage('Send Notification') {
18-
emailext body: Job "$JOB_NAME $BUILD_NUMBER number is ${currentBuild.result}", subject: '$JOB_NAME Status', to: 'prajavat@logilite.com'
18+
emailext body: 'Job $JOB_NAME $BUILD_NUMBER number is ${currentBuild.result}', subject: '$JOB_NAME Status', to: 'prajavat@logilite.com'
1919
}
2020
}

0 commit comments

Comments
 (0)