Hi,

I've put together a library that enables some custom syntax in my 
Jenkinsfile such as


myPipeline('java-maven') { jdkVersion '8' foo 'bar' }

Hi,

I've put together a library that enables some custom syntax in my 
Jenkinsfile such as:

myPipeline('java-maven') {
  jdkVersion '8'
  foo 'bar'
}


Now I want to prevent users from defining their own pipelines and limit 
them to be using only standard ones. Is there a way to do it? If no, let's 
say I want to create such a plugin - any advice?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c5930cdd-878a-4cc8-b560-52aabe66b34b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to