タグ

continuous-deliveryに関するdecoy2004のブックマーク (2)

  • 継続的デリバリーとは何か?

    みなさんこんにちは。@ryuzeeです。 継続的デリバリー(Continuous Delivery)の定義を改めて整理してみました。 まず1つめの定義は以下の通りです。 Continuous DeliveryとはリリースのスケジュールをIT部門が握るのではなく、ビジネス部門が握るということだ。 Continuous Deliveryを実装するということは、全体のライフサイクルを通じて常にソフトウェアが番環境にリリース可能であるということを意味する。すなわちどのビルドもボタン一発で、完全に自動化されたリリースプロセスを通じて、秒とか分の時間で利用者にリリース可能である、ということだ。 Jez Humble Continuous Deliveryとは何か?ユーザーとプロジェクトチーム(顧客やプロダクトオーナーも含む)の間に固いフィードバックループを作ることは、結局のところ、試験的な変更や新し

    継続的デリバリーとは何か?
    decoy2004
    decoy2004 2014/05/12
    “ 端的に言えば、Continuous Deliveryは、Iterative Development(繰り返し型の開発)、Continuous Integration(継続的インテグレーション)、Continuous Delivery(継続的デプロイ)を積み重ねていくことで、価値を創出していく全体の流れである、と
  • Continuous delivery - Wikipedia

    Continuous delivery (CD) is a software engineering approach in which teams produce software in short cycles, ensuring that the software can be reliably released at any time.[1][2] It aims at building, testing, and releasing software with greater speed and frequency. The approach helps reduce the cost, time,[citation needed] and risk of delivering changes by allowing for more incremental updates to

    decoy2004
    decoy2004 2014/05/12
    Continuous delivery treats the commonplace notion of a deployment pipeline”
  • 1