1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-05 15:15:44 +02:00

Fix identations

This commit is contained in:
Marcus Holl 2018-11-05 10:22:44 +01:00
parent 12a41cfad2
commit 8c07f69946

View File

@ -122,9 +122,9 @@ void call(parameters = [:]) {
configuration = configHelper.mixin([changeDocumentId: changeId?.trim() ?: null], ['changeDocumentId'] as Set)
/**
* The id of the change document to transport. If not provided, it is retrieved from the git commit history.
*/
/**
* The id of the change document to transport. If not provided, it is retrieved from the git commit history.
*/
.withMandatoryProperty('changeDocumentId',
"No changeDocumentId provided. Neither via parameter 'changeDocumentId' " +
"nor via label '${configuration.changeManagement.changeDocumentLabel}' in commit range " +