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
Post a Comment