mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Fix tip in documentation (#1196)
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
parent
15ef9adaaa
commit
5eb8edd3d9
@ -25,8 +25,8 @@ import groovy.transform.Field
|
||||
* Initializes the [`commonPipelineEnvironment`](commonPipelineEnvironment.md), which is used throughout the complete pipeline.
|
||||
*
|
||||
* !!! tip
|
||||
* This step needs to run at the beginning of a pipeline right after the SCM checkout.
|
||||
* Then subsequent pipeline steps consume the information from `commonPipelineEnvironment`; it does not need to be passed to pipeline steps explicitly.
|
||||
* This step needs to run at the beginning of a pipeline right after the SCM checkout.
|
||||
* Then subsequent pipeline steps consume the information from `commonPipelineEnvironment`; it does not need to be passed to pipeline steps explicitly.
|
||||
*/
|
||||
@GenerateDocumentation
|
||||
void call(Map parameters = [:]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user