KK wrote: > I wonder if it'd be nice if Jenkinsfile Runner can do something like the > permissive mode of SELinux, where it runs your pipeline entirely and spit > out the approvals it needed?
https://plugins.jenkins.io/permissive-script-security > so instead of invisible WorkflowJob, we create invisible WorkflowRun, right? Yes, that seems to be the safest approach. > I was thinking you'd just put assert statements into Jenkinsfile and that > should already work. Granted, I haven't tried it so maybe it doesn't work. Groovy “power-asserts” work in Pipeline script as far as I know. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CANfRfr3e92S1hvsAZBEMeh3%3DgWFSun%2Bc0SPYZb3irezbxywn3g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
