Skip to content

jenkinsci/aliyun-container-service-deploy-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

After installing the plugin,you'll get a new Build Step entry named "Aliyun Container Service Deploy". Fill the configuration and it will deploy the docker-compose configuration when the pre build step build successfully.

Parameters

MasterUrl

MasterUrl is the endpoint of a container cluster.you can find the value on the console of Aliyun Container Service.

ApplicationName

Application is a logical concept in Aliyun Container Service.Application is the mininum unit of a single releasement.A standard application consist of several services and a service consist of serveral containers.If you want to deploy a application to Aliyun Container Service. You need to come up a awesome name firstly 😊.

ComposeTemplate

ComposeTemplate is the configuration of the application. The blank requires the relative path of the docker-compose.If your docker-compose.yml is under the path of docker/docker-compose.yml.Just fill the blank with the path.

HostCredetials

HostCredetials are the certs of the target cluster. You can visit the remote container cluster with the specific certs on any computer with a docker client.

open the pem files , extract the content and fill the blank below.

About

Aliyun-Container-Service-plugin

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.3%
  • HTML 3.7%