What does this mean and how do I fix it?

org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException:
unclassified new com.att.ncs.actions.Notifications WorkflowScript


somewhere in this:

} catch (Throwable e) {
            currentBuild.result = "FAILURE"
            stage('squeal like a pig'){
                notify= new Notifications(this)

                notify.notifyFailed()
            }
            workrepo.cleanup()
            throw e


seems to be the issue.


Thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAArvnv2bnsvJNehOyB6Ls-mzZ8fNHPPTsxAerQQw7NGMAbXVKA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to