Skip to content

Commit b29865a

Browse files
authored
Merge pull request codefresh-io#17 from codefresh-io/jenkins_plugin
move jenkins plugin to stable
2 parents d5250b9 + be12b30 commit b29865a

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

incubator/run-jenkins-jobs/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

stable/run-jenkins-job/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

incubator/run-jenkins-jobs/plugin.yaml renamed to stable/run-jenkins-job/plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111
maintainers: # (optional)
1212
- name: Vadim Waisman
1313
email: vadim@codefresh.io
14-
- name: Jenny Passi
14+
- name: Jenny Passi
1515
email: jenny@codefresh.io
1616
icon: https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2016/11/1479211772build-image-with-dockerfile_feature.jpg
1717
envs:
@@ -26,4 +26,4 @@ envs:
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

0 commit comments

Comments
 (0)