Skip to content

Commit da5b058

Browse files
Create plugin.yaml
1 parent 561e4de commit da5b058

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

stable/run-jenkins-job/plugin.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
image: codefresh/run-jenkins-jobs
2+
tag: master
3+
version: 0.1.0
4+
description: Run jenkins job from codefresh pipeline
5+
keywords:
6+
- docker
7+
- jenkins
8+
home: https://github.com/codefresh-io/cf-run-jenkins-jobs
9+
sources:
10+
- https://github.com/codefresh-io/cf-run-jenkins-jobs
11+
maintainers: # (optional)
12+
- name: Vadim Waisman
13+
email: vadim@codefresh.io
14+
- name: Jenny Passi
15+
email: jenny@codefresh.io
16+
icon: https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2016/11/1479211772build-image-with-dockerfile_feature.jpg
17+
envs:
18+
- name: JENKINS_USERNAME
19+
type: required
20+
description: jenkins username
21+
- name: JENKINS_TOKEN
22+
type: required
23+
description: jenkins token
24+
- name: JENKINS_URL
25+
type: required
26+
description: jenkins machine url
27+
- name: JENKINS_JOB
28+
type: required
29+
description: list of jenkins jobs to run separated by spaces

0 commit comments

Comments
 (0)