Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Component/s: job-dsl-plugin
-
Labels:
-
Similar Issues:
Description
Plugin: https://wiki.jenkins-ci.org/display/JENKINS/pre-scm-buildstep
Configure section:
<buildWrappers> <org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper plugin="preSCMbuildstep@0.3"> <failOnError>false</failOnError> </org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper> </buildWrappers>
<buildWrappers> <org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper plugin="preSCMbuildstep@0.3"> <buildSteps> <hudson.tasks.Shell> <command/> </hudson.tasks.Shell> </buildSteps> <failOnError>false</failOnError> </org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper> </buildWrappers>
buildSteps is based on n types of steps... let's see how we can include that as part of the dsl