hydra
* remove trailing spaces from email notification * option to disable email notification for jobset
This commit is contained in:
@ -149,6 +149,8 @@ sub updateJobset {
|
||||
, nixexprpath => $nixExprPath
|
||||
, nixexprinput => $nixExprInput
|
||||
, enabled => trim($c->request->params->{enabled}) eq "1" ? 1 : 0
|
||||
, enableemail => trim($c->request->params->{enableemail}) eq "1" ? 1 : 0
|
||||
, emailoverride => trim($c->request->params->{emailoverride})
|
||||
});
|
||||
|
||||
my %inputNames;
|
||||
|
Reference in New Issue
Block a user