Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 733 Bytes

File metadata and controls

16 lines (11 loc) · 733 Bytes
path title description summary
batch-developer-guides/continuous-deployment/
Continuous Deployment
Continuous Deployment for task applications
true

Continuous Deployment

Spring Cloud Data Flow provides native support for continuous deployment of task applications.

The application registry in Spring Cloud Data Flow lets you register multiple versions for the same task application.

When launching the task applications, you can choose which version of the task application you want to use for the launch. You can also re-use and update the deployment properties used from the previous launch of the same task.

This section shows how you can do continuous deployment of task applications with some examples.