I would like to use some plugins which do not have Pipeline support.
How will it be possible to invoke them through Pipeline Groovy script.
One approach - I could see is Make a Job DSL script which will generate a new job with required plugin invocation and call this job as part of Pipeline script.
Can there be any other way better than this ?