All Products
Search
Document Center

Enterprise Distributed Application Service:Jenkins CI/CD integration

Last Updated:Mar 11, 2026

Jenkins is an open source tool that helps you continuously and automatically build and test software projects and monitor the running status of external tasks.

Enterprise Distributed Application Service (EDAS) incorporates a Jenkins plug-in (edas-jenkins-plugin) that enables continuous deployment of applications to EDAS directly from Jenkins pipelines.

Deployment targets

The plug-in supports the following deployment targets:

TargetDescription
Elastic Compute Service (ECS) clustersCreate or deploy applications on ECS instances.
Container Service for Kubernetes clustersCreate or deploy containerized applications in Kubernetes clusters.

Deployment methods

MethodDescription
Jenkins GUIConfigure deployment jobs through the graphical interface in the Jenkins console.
Pipeline scriptDefine deployments in a Jenkinsfile for version-controlled CI/CD pipelines.
Job DSL templateGenerate deployment jobs from reusable templates.

Related topics