File tree Expand file tree Collapse file tree 3 files changed +25
-12
lines changed
incubator/run-jenkins-jobs Expand file tree Collapse file tree 3 files changed +25
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Import Docker Images Codefresh Plugin
2+
3+ Run single or multiple jenkins job from codefresh pipeline
4+
5+ ## Environment Variables
6+
7+ - ` JENKINS_USER ` : jenkins username
8+ - ` JENKINS_TOKEN ` : token
9+ - ` JENKINS_URL ` : jenkins machine url
10+ - ` JENKINS_JOB ` : jenkins job to run
11+
12+ Usage Example:
13+
14+ version: '1.0'
15+ steps:
16+ RunJenkins:
17+ title: Triggering Jenkins Job
18+ image: codefresh/cf-run-jenkins-job
19+ environment:
20+ - JENKINS_URL=http://<jenkins host >:<jenkins port >
21+ - JENKINS_USER=<jenkins user name >
22+ - JENKINS_TOKEN=<jenkins token >
23+ - JENKINS_JOB=<jenkins job name >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sources:
1111maintainers : # (optional)
1212 - name : Vadim Waisman
1313 email : vadim@codefresh.io
14- - name : Jenny Passi
14+ - name : Jenny Passi
1515 email : jenny@codefresh.io
1616icon : https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2016/11/1479211772build-image-with-dockerfile_feature.jpg
1717envs :
2626 description : jenkins machine url
2727 - name : JENKINS_JOB
2828 type : required
29- description : list of jenkins jobs to run separated by spaces
29+ description : list of jenkins jobs to run separated by spaces
You can’t perform that action at this time.
0 commit comments