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

     1  # ${docGenStepName}
     2  
     3  ## ${docGenDescription}
     4  
     5  ## Prerequisites
     6  
     7  When performing a Docker build you need to maintain the respective credentials in your Jenkins credentials store.<br />
     8  Further details
     9  
    10  * for builds when a Docker deamon: see step [containerPushToRegistry](containerPushToRegistry.md)
    11  * for builds using Kaniko: see step [kanikoExecute](kanikoExecute.md)
    12  
    13  ## Example
    14  
    15  ```groovy
    16  buildExecute script:this, buildTool: 'maven'
    17  ```
    18  
    19  ## ${docGenParameters}
    20  
    21  ## ${docGenConfiguration}
    22  
    23  ## ${docJenkinsPluginDependencies}