|
@@ -1,7 +1,7 @@
|
|
#!groovy
|
|
#!groovy
|
|
// StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
// StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
//
|
|
//
|
|
-// Copyright (C) 2018 CNRS
|
|
|
|
|
|
+// Copyright (C) 2018, 2019 CNRS
|
|
//
|
|
//
|
|
// StarPU is free software; you can redistribute it and/or modify
|
|
// StarPU is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU Lesser General Public License as published by
|
|
// it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -130,8 +130,7 @@ pipeline
|
|
emailext(body: '${DEFAULT_CONTENT}',
|
|
emailext(body: '${DEFAULT_CONTENT}',
|
|
subject: '${DEFAULT_SUBJECT}',
|
|
subject: '${DEFAULT_SUBJECT}',
|
|
replyTo: '$DEFAULT_REPLYTO',
|
|
replyTo: '$DEFAULT_REPLYTO',
|
|
- to: '$DEFAULT_RECIPIENTS',
|
|
|
|
- recipientProviders: [[$class: 'CulpritsRecipientProvider'],[$class: 'RequesterRecipientProvider']])
|
|
|
|
|
|
+ to: '$DEFAULT_RECIPIENTS')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|