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

     1  
     2  # ${docGenStepName}
     3  
     4  ## ${docGenParameters}
     5  
     6  ## ${docGenConfiguration}
     7  
     8  ## ${docJenkinsPluginDependencies}
     9  
    10  ## Exceptions
    11  
    12  None
    13  
    14  ## Examples
    15  
    16  ```groovy
    17  dubExecute script: this, dockerImage: 'dlang2/dmd-ubuntu:latest', dubCommand: 'build'
    18  ```