Skip to content

Commit 21a084d

Browse files
Merge branch 'master' into jenkins_plugin
2 parents d43f547 + d5250b9 commit 21a084d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

stable/ecs-deploy/plugin.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ envs:
1717
- name: AWS_ACCESS_KEY_ID
1818
type: required
1919
description: Amazon access key ID
20-
- name: AWS_SECRET_ACCESS_KEY
21-
type: required
22-
description: amazon secret key (make sure it's encrypted)
23-
- name: aws-region
24-
type: required
25-
description: Helm release name
26-
- name : region
27-
type : required
28-
description : aws region
29-
- name : cluster_name
30-
type : required
31-
description : ecs cluster name
32-
- name : service_name
33-
type : required
34-
description : ecs service name
20+
- name: AWS_SECRET_ACCESS_KEY
21+
type: required
22+
description: amazon secret key (make sure it's encrypted)
23+
- name: aws-region
24+
type: required
25+
description: Helm release name
26+
- name : region
27+
type : required
28+
description : aws region
29+
- name : cluster_name
30+
type : required
31+
description : ecs cluster name
32+
- name : service_name
33+
type : required
34+
description : ecs service name
3535
context:
3636
- kind: Amazon ECS

stable/github-pr/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ envs:
2525
description: Name of repo
2626
- name: HEAD
2727
type: required
28-
description: The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace head with a user like this: username:branch
28+
description: The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace head with a user like this - username:branch
2929
- name: BASE
3030
type: required
3131
description: The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository.

0 commit comments

Comments
 (0)