Skip to content

gitter-badger/alibabacloud-ecs-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alibabacloud ECS plugin

Table of contents

Introduction

This plugin extends Jenkins slave node generation (node provision), in the case of high concurrent project integration,use this plugin to form jenins master-follower mode for project integration

Before using this plugin, you need to install the 'alibabacloud credentials plugin'. Please refer to https://github.com/aliyun/alibabacloud-credentials-jenkins-plugin

Usage

Before using this product, it is assumed that you have registered your alibaba cloud account and obtained the relevant AK and sk.

Create a key pair of ECS

Download Alibaba Cloud ECS plugin

  • Enter the installed Jenkins client and go to the "manage Jenkins" / > "manage plugins" / > "available" page
  • Enter "Alibaba Cloud ECS" plugin in the search box to download and install

Configure clouds

  • after installing the plugin, go to "manage Jenkins" / > "manage node and clouds" / > "configure clouds" / > on the launched Jenkins

  • Click "Alibaba Cloud ECS"

  • Follow the prompts for relevant configuration. When you click the Add button of Alibaba cloud credentials to obtain Jenkins authentication, add "alibaba cloud credential" and fill in AK and sk of alicloud account.

  • In the drop-down box, select the name of the credential you just filled in.

  • Then select region, image, VPC, security group

  • When configuring the ECS SSH key, click the Add button to get Jenkins, authenticate, and add the contents of the ECS. PEM file obtained from the ECS console of alibabacloud and fill in.

  • Currently, only "SSH username with private key" is supported.

  • You can click test to see if it works.

  • Select availability zone, VSW, choose instance type.

  • Minimum number of instances is the number of follower nodes used to generate the follower. The server will generate the follower according to the number filled in. The number should be at least 1

  • Init script is the shell script to be run on the newly launched follower node instance, before Jenkins starts launching a follower node. This is also a good place to install additional packages that you need for your builds and tests.

  • After saving successfully, enter new nodes to add nodes. The initialization status is as follows:

  • After clicking the instance of sprovision via pot, the follower node will be initialized as follows:

  • After a while, the state will be restored after the connection.

  • Click the node drop-down box to perform relevant operations on the follower node.

  • Click Configure to view the follower node information #Some known problems in use

  • When you click the Save button, if the "SSH username with private key" connection test fails, the save will succeed, but "provision node" will report an error of "a problem occurred while processing the request". Therefore, please ensure that the connection is successful before saving.

  • Examples are as follows: #Contact us

  • If you have any questions or requirements, please scan the following QR code with nails:

About

alibabacloud-ecs-plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • HTML 0.1%