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
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
Original file line number Diff line number Diff line change 11image : codefresh/run-jenkins-jobs
22tag : master
33version : 0.1.0
4- description : Run single or multiple jenkins job from codefresh pipeline
4+ description : Run jenkins job from codefresh pipeline
55keywords :
66 - docker
77 - jenkins
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
You can’t perform that action at this time.
0 commit comments