I have a freestyle project on Jenkins. I'm trying to add in that the build runs a Jenkins pipeline (Jenkinsfile) as a step.
We currently use Jenkins steps to run our builds but are looking to move towards fully automating everything with pipelines, so are trying to use a mix of both at the moment.
Is this possible?
If so, how can it be done? I've looked through the available Jenkins plugins to see if any of them allow this to be done but I can't find anything.