Issue Type: Bug Bug
Assignee: Daniel Spilker
Components: job-dsl-plugin
Created: 10/Mar/15 7:10 PM
Description:

I have a DLS similar to:

job-dsl.groovy
freeStyleJob('foo') {

    // ....

    authorization {
        permission("<x-perm>:<y-usernam>")
    }

    // ....
}

Which seems like it's the way to define the permissions, however, I still get deprecation warnings:

Warning: permission is deprecated (sorbic.groovy, line 457)

Project: Jenkins
Priority: Minor Minor
Reporter: Pedro Algarvio
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to