Hi
We use the traditional ‘Freestyle’ job style for most of our Jenkins jobs. We also use the ‘Freestyle multi-branch project’ for some jobs. I note that the Multi-Branch Project Plugin is now deprecated, so I think now is the time for us to seriously look at moving to Pipeline jobs.
The ‘New Item’ page states that a ‘Pipeline’ job ‘Orchestrates long running activities that span multiple build slaves’. Our jobs don’t fit that description – they aren’t necessarily long and certainly don’t span multiple slaves. I guess I’m saying that we don’t need ‘staging’. Is Pipeline still the recommended way for us to go?
What is the best way to get started with Pipeline jobs? Do I need to learn the scripting language or should I use Blue Ocean to generate the jobs graphically?
Finally, we use svn exclusively, not git. Will that cause us any problems?
Best regards
David