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:
11
11
maintainers : # (optional)
12
12
- name : Vadim Waisman
13
13
email : vadim@codefresh.io
14
- - name : Jenny Passi
14
+ - name : Jenny Passi
15
15
email : jenny@codefresh.io
16
16
icon : https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2016/11/1479211772build-image-with-dockerfile_feature.jpg
17
17
envs :
26
26
description : jenkins machine url
27
27
- name : JENKINS_JOB
28
28
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