diff --git a/lugito/webhooks.py b/lugito/webhooks.py index bae8a15..1b9bc28 100644 --- a/lugito/webhooks.py +++ b/lugito/webhooks.py @@ -178,6 +178,7 @@ def jenkinstrigger(): return 'Ok' object_type = lugito.request_data["object"]["type"] + pkg_name = lugito.get_object_string("name") if object_type == "CMIT": logger.debug("Object is a commit.")