jenkins - Multiple pipeline jobs versus single large pipeline job -


i new jenkins pipeline , considering migrating existing jenkins batch use pipeline script.

this may obvious question in know have not been able find discussion of anywhere. if have complex set of jobs, few hundred, best practice end 1 job large script or small number of jobs, parameterized, 5 10, smaller pipeline scripts call each other.

having 1 huge job has severe disadvantage cannot execute single stages anymore. on other hand, splitting different jobs has disadvantage many of nice pipeline features (shared variables, shared code) cannot used anymore. not think there unique answer this.

have @ following 2 related questions:


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -