我们已经在Azure App Services上部署了Spring启动应用程序。源代码在Bitbucket中。配置CI / Cd部署的最佳方法是什么。我们想使用Bamboo来创建CI / CD管道。 这就是我想做的。 将Java应用程序部署到Azure(Web应用程序服务)
1) Change Application Source Code
2) Commit Code to Bitbucket
3) Continues Integration Trigger to Jenkins or Bamboo
4) Jenkins triggers a build job
5) Jenkins builds and stores files in to Azure Storage
6) Jenkins deploys application to Azure Web Apps backed my azure database for MySQL
We would like to have continues delivery on non product environemnt.
谢谢, 砷化镓