Skip to content

Commit

Permalink
Fixed double variable declared
Browse files Browse the repository at this point in the history
Signed-off-by: Crola1702 <[email protected]>
  • Loading branch information
Crola1702 committed Jan 13, 2025
1 parent 8cdd881 commit 014b245
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/jenkins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def jenkins = Jenkins.getInstance()
matrix_auth_permissions_script = <<~GROOVY
import hudson.security.ProjectMatrixAuthorizationStrategy
def jenkins = Jenkins.getInstance()
matrix_auth = new ProjectMatrixAuthorizationStrategy()
#{permissions.map { |p, u| "matrix_auth.add(#{p}, \"#{u}\")" }.join "\n"}
Expand Down

0 comments on commit 014b245

Please sign in to comment.