mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-05 15:15:44 +02:00
rename method
This commit is contained in:
parent
c48d0a7416
commit
a4b8d3828c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user