04. Multiple Pipelines

ND#9991 C03 L02 A10 Development & Staging Pipelines

Development and Staging Pipelines Summary

Development and Staging Pipeline Summary

  • Development pipelines are kicked off very frequently and with continuous deployment will automatically update servers
  • Staging is where QA will test the environment so this needs to be kept more static to prevent interruptions

ND#9991 C03 L02 A12 Recap

Multiple Pipelines Summary

Multi-Pipeline Summary

  • There is no limit on the number of pipelines you can have.
  • Optimize for your environment - every setup is different.
  • Be careful with continuous deployment because you may overwrite the wrong thing.