Skip to content

Commit a2cbc95

Browse files
committed
1. Added info to catalog
2. refactored parameters list
1 parent 717c838 commit a2cbc95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CATALOG.md

Whitespace-only changes.

incubator/run-jenkins-jobs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Run single or multiple jenkins job from codefresh pipeline
77
- `JENKINS_USERNAME`: jenkins username
88
- `JENKINS_TOKEN`: token
99
- `JENKINS_URL`: jenkins machine url
10-
- `JENKINS_JOB_LIST`: list of jenkins jobs to run separated by spaces
10+
- `JENKINS_JOB`: list of jenkins jobs to run separated by spaces

incubator/run-jenkins-jobs/plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: codefresh/run-jenkins-jobs
22
tag: master
33
version: 0.1.0
4-
description: Run single or multiple jenkins job from codefresh pipeline
4+
description: Run jenkins job from codefresh pipeline
55
keywords:
66
- docker
77
- jenkins
@@ -24,6 +24,6 @@ envs:
2424
- name: JENKINS_URL
2525
type: required
2626
description: jenkins machine url
27-
- name: JENKINS_JOBS_LIST
27+
- name: JENKINS_JOB
2828
type: required
2929
description: list of jenkins jobs to run separated by spaces

0 commit comments

Comments
 (0)