File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
incubator/run-jenkins-jobs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ Run single or multiple jenkins job from codefresh pipeline
7
7
- ` JENKINS_USERNAME ` : jenkins username
8
8
- ` JENKINS_TOKEN ` : token
9
9
- ` 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
Original file line number Diff line number Diff line change 1
1
image : codefresh/run-jenkins-jobs
2
2
tag : master
3
3
version : 0.1.0
4
- description : Run single or multiple jenkins job from codefresh pipeline
4
+ description : Run jenkins job from codefresh pipeline
5
5
keywords :
6
6
- docker
7
7
- jenkins
24
24
- name : JENKINS_URL
25
25
type : required
26
26
description : jenkins machine url
27
- - name : JENKINS_JOBS_LIST
27
+ - name : JENKINS_JOB
28
28
type : required
29
29
description : list of jenkins jobs to run separated by spaces
You can’t perform that action at this time.
0 commit comments