github.com/jaylevin/jenkins-library@v1.230.4/documentation/docs/steps/setupCommonPipelineEnvironment.md (about)

     1  # ${docGenStepName}
     2  
     3  ## ${docGenDescription}
     4  
     5  ## Prerequisites
     6  
     7  * A **configuration file** with properties. The property values are used as default values in many pipeline steps.
     8  
     9  ## ${docGenParameters}
    10  
    11  ## ${docGenConfiguration}
    12  
    13  ## ${docJenkinsPluginDependencies}
    14  
    15  ## Side effects
    16  
    17  none
    18  
    19  ## Exceptions
    20  
    21  none
    22  
    23  ## Example
    24  
    25  ```groovy
    26  setupCommonPipelineEnvironment script: this
    27  ```