Skip to content

Commit

Permalink
JENKINS-73941 - Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Glick <jglick@cloudbees.com>
  • Loading branch information
jgarciacloudbees and jglick authored Oct 25, 2024
1 parent e538cec commit 8ffaefe
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@
/**
* @deprecated
* This class has been deprecated and its only configuration value is ignored. Do not rely on it or use it in any way.
* In order to force using the system sandbox for pipelines, please use the flag
* org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval.get().isForceSandbox
* or
* org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval.get().isForceSandboxForCurrentUser
* In order to force using the system sandbox for pipelines, please use {@link ScriptApproval#isForceSandbox} or {@link ScriptApproval#isForceSandboxForCurrentUser}
**/
@Symbol("cps")
@Extension
Expand Down

0 comments on commit 8ffaefe

Please sign in to comment.