...

/

What Goes into Promoting a Release to Production?

What Goes into Promoting a Release to Production?

This lesson sheds some light on the reasoning that goes behind promoting a release to production.

We reached the final stage, at least from the application lifecycle point of view.

  • We saw how to import an existing project and how to create a new one.
  • We saw how to develop build packs that will simplify those processes for the types of applications not covered with the existing build packs or for those that deviate from them.
  • Once we added our app to Jenkins X, we explored how it implements GitOps processes through environments (e.g., staging and production).
  • Then we moved into the application development phase and explored how DevPods help us to set a personal application-specific environment that simplifies the “traditional” setup that forced us to spend countless hours setting it on our laptop and, at the
...