diff --git a/vars/checksPublishResults.groovy b/vars/checksPublishResults.groovy index 5e5094511..1e50f3dab 100644 --- a/vars/checksPublishResults.groovy +++ b/vars/checksPublishResults.groovy @@ -43,11 +43,11 @@ def call(Map parameters = [:]) { reportWarnings('PyLint', configuration.get('pylint'), doArchive) // GENERAL reportTasks(configuration.get('tasks')) - aggregate(configuration.get('aggregation')) + aggregateReports(configuration.get('aggregation')) } } -def aggregate(settings){ +def aggregateReports(settings){ if (settings.active) { def options = createCommonOptionsMap('AnalysisPublisher', settings) // publish