Skip to content

Commit f7cf872

Browse files
committed
edited readme and description
1 parent 6a70564 commit f7cf872

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

incubator/run-jenkins-jobs/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Import Docker Images Codefresh Plugin
22

3-
Pause execution till user connect to exposed URL and submit Form with required details
3+
Run single or multiple jenkins job from codefresh pipeline
44

55
## Environment Variables
66

7-
- `APPROVAL_URL`: url of manual approval form
7+
- `JENKINS_USERNAME`: jenkins username
8+
- `JENKINS_TOKEN`: token
9+
- `JENKINS_URL`: jenkins machine url
10+
- `JENKINS_JOB_LIST`: list of jenkins jobs to run separated by spaces
Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
image: codefresh/import-images
1+
image: codefresh/run-jenkins-jobs
22
tag: master
3-
version: 0.3.0
4-
description: Import metadata for existing Docker images into Codefresh
3+
version: 0.1.0
4+
description: Run single or multiple jenkins job from codefresh pipeline
55
keywords:
66
- docker
7-
home: https://github.com/codefresh-io/cf-import-image
7+
- jenkins
8+
home: https://github.com/codefresh-io/cf-run-jenkins-jobs
89
sources:
9-
- https://github.com/codefresh-io/cf-import-image
10+
- https://github.com/codefresh-io/cf-run-jenkins-jobs
1011
maintainers: # (optional)
11-
- name: Alexei Ledenev
12-
12+
- name: Vadim Waisman
13+
14+
- name: Jenny Passi
15+
1316
icon: https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2016/11/1479211772build-image-with-dockerfile_feature.jpg
1417
envs:
15-
- name: IMAGES
18+
- name: JENKINS_USERNAME
1619
type: required
17-
description: list of comma separated image names (with tags)
18-
- name: REGISTRY
19-
description: registry DNS name (including port if needed, default to `docker.io`)
20-
- USERNAME`: Docker registry user name (optional)
21-
- name: PASSWORD
22-
description: Docker registry password (optional)
23-
- name: CF_URL
20+
description: jenkins username
21+
- name: JENKINS_TOKEN
2422
type: required
25-
description: Codefresh URL, for example https://g.codefresh.io
26-
- name: CF_API_TOKEN
23+
description: jenkins token
24+
- name: JENKINS_URL
2725
type: required
28-
description: Codefresh API Token
26+
description: jenkins machine url
27+
- name: JENKINS_JOBS_LIST
28+
type: required
29+
description: list of jenkins jobs to run separated by spaces

0 commit comments

Comments
 (0)