github.com/jaylevin/jenkins-library@v1.230.4/documentation/docs/steps/npmExecute.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 npmExecute script: this, dockerImage: 'node:8-stretch', npmCommand: 'run build' 18 ```