hydra-notify step-finished: Don't barf if the step has no log file
[?]
Aug 1, 2018, 3:17 PM
7Q2PXRZAERQFX53OEZGY26ZELA2KRWGXDA5QEYQQVUF5ME65Z7TQCDependencies
- [2]
NTEDD7T4Provide a plugin hook for when build steps finish - [3]
PXTSKX4GAdd buildQueued plugin hook - [4]
IE2PRAQUhydra-queue-runner: Send build notifications
Change contents
- replacement in src/script/hydra-notify at line 64
my $stepNr = shift @ARGV or die;die if scalar @ARGV < 2;my $stepNr = shift @ARGV; - replacement in src/script/hydra-notify at line 68
my $logPath = shift @ARGV or die;my $logPath = shift @ARGV;$logPath = undef if $logPath eq "";