Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #143 from jestallin/patch-1
Browse files Browse the repository at this point in the history
Add sandbox option to groovy_postbuild
  • Loading branch information
jestallin committed May 5, 2021
2 parents af67d3f + 1ed0eaf commit b9ef7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jenkins_pipeline_builder/extensions/publishers.rb
Expand Up @@ -320,6 +320,7 @@
groovyScript params[:groovy_script]
behavior params[:behavior] || '0'
runFormMatrixParent 'false'
sandbox params[:sandbox] || false
params[:additional_classpaths] && params[:additional_classpaths].each do |path|
send('org.jvnet.hudson.plugins.groovypostbuild.GroovyScriptPath') do
path path[:path] || '/'
Expand Down

0 comments on commit b9ef7f3

Please sign in to comment.