ADD: more logging
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dominik Meyer 2024-03-06 08:49:52 +01:00
parent 72e3b54fdf
commit 637be9453b
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 2 additions and 1 deletions

View File

@ -44,10 +44,11 @@ sub prepareAuthToken
sub redmine2ntfy
{
my $self = shift;
my $data = shift;
$self->log->info("Preparing message from redmine");
$data->{text} =~ /^<(.*)\|(.+)>\+\-\+(.+)\+<(.*)\|(.*)>\+.*\+by\+(.*)$/;
my $projectUrl=$1;