github.com/xgoffin/jenkins-library@v1.154.0/documentation/docs/steps/artifactSetVersion.md (about)

     1  # ${docGenStepName}
     2  
     3  ## ${docGenDescription}
     4  
     5  ## Prerequisites
     6  
     7  none
     8  
     9  ## ${docGenParameters}
    10  
    11  ## ${docGenConfiguration}
    12  
    13  ## ${docJenkinsPluginDependencies}
    14  
    15  ## Example
    16  
    17  ```groovy
    18  artifactSetVersion script: this, buildTool: 'maven'
    19  ```