Changes in Jenkinsfile [14ce3392:734891d]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r14ce3392 r734891d 68 68 finally { 69 69 //Send email with final results if this is not a full build 70 if( do_sendemail && !bIsSandbox) {70 if( (!do_sendemail) && (!bIsSandbox) ) { 71 71 echo 'Notifying users of result' 72 72 email(currentBuild.result, log_needed)
Note:
See TracChangeset
for help on using the changeset viewer.