Skip the input if the emailResponsible field is disabled
[?]
Jul 5, 2017, 2:51 PM
UGF7DRW3ZILHAEBHYHIGL3OLQKURR4RWSDXJYJ5GLVTXHVMIR33ACDependencies
- [2]
OI2FTIMYAdd BitBucket plugin
Change contents
- edit in src/lib/Hydra/Plugin/BitBucketStatus.pm at line 39
# Skip if the emailResponsible field is disabledmy $input = $eval->jobset->jobsetinputs->find({name => $i->name });next unless $input->emailresponsible;