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

Commit

Permalink
Merge pull request #67 from tfennelly/sandbox-defaulting
Browse files Browse the repository at this point in the history
[JENKINS-25784] Defaulting of sandbox mode based on RUN_SCRIPT privs
  • Loading branch information
tfennelly committed Mar 4, 2015
2 parents 927d9a3 + 24a2998 commit 36cd989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -28,7 +28,7 @@
<f:textarea checkMethod="post"/>
</f:entry>
<f:entry field="sandbox">
<f:checkbox title="${%Use Groovy Sandbox}"/>
<f:checkbox title="${%Use Groovy Sandbox}" default="${!h.hasPermission(app.RUN_SCRIPTS)}" />
</f:entry>
<st:include it="${descriptor.snippetizer}" page="block.jelly"/>
</j:jelly>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>script-security</artifactId>
<version>1.12</version>
<version>1.13</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 36cd989

Please sign in to comment.