Browse Source

fixed syntax error and formattted the jenkingsfile

Kenneth Lausdahl 7 years ago
parent
commit
c00624db95
1 changed files with 7 additions and 5 deletions
  1. 7 5
      Jenkinsfile

+ 7 - 5
Jenkinsfile

@@ -34,9 +34,11 @@ node {
 
 
       // Notify on build failure using the Email-ext plugin
-//      emailext(body: '${DEFAULT_CONTENT}', mimeType: 'text/html',
-//               replyTo: '$DEFAULT_REPLYTO', subject: '${DEFAULT_SUBJECT}',
-//               to: emailextrecipients([[$class: 'CulpritsRecipientProvider'],
-//                                       [$class: 'RequesterRecipientProvider']]))
-//    }}
+      //      emailext(body: '${DEFAULT_CONTENT}', mimeType: 'text/html',
+      //               replyTo: '$DEFAULT_REPLYTO', subject: '${DEFAULT_SUBJECT}',
+      //               to: emailextrecipients([[$class: 'CulpritsRecipientProvider'],
+      //                                       [$class: 'RequesterRecipientProvider']]))
+      //    }}
+    }
+  }
 }