mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
add step javadoc, correct step name
This commit is contained in:
parent
795eece19a
commit
5f6ba2f4b6
@ -1,5 +1,13 @@
|
||||
def call(Map parameters = [:]) {
|
||||
handlePipelineStepErrors (stepName: 'publishCheckResults', stepParameters: parameters) {
|
||||
import com.cloudbees.groovy.cps.NonCPS
|
||||
import com.sap.piper.Utils
|
||||
|
||||
/**
|
||||
* checkResultsPublish
|
||||
*
|
||||
* @param others document all parameters
|
||||
*/
|
||||
def call(Map parameters = [:], body) {
|
||||
handlePipelineStepErrors (stepName: 'checkResultsPublish', stepParameters: parameters) {
|
||||
// GENERAL
|
||||
def tasks = parameters.get('tasks', false)
|
||||
def aggregation = parameters.get('aggregation', [:])
|
||||
|
Loading…
Reference in New Issue
Block a user