Skip to content

Commit 30daa39

Browse files
committed
added manual step description
1 parent 50b1c87 commit 30daa39

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

incubator/manual-step/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Import Docker Images Codefresh Plugin
2+
3+
Pause execution till user connect to exposed URL and submit Form with required details
4+
5+
## Environment Variables
6+
7+
- `APPROVAL_URL`: url of manual approval form

incubator/manual-step/plugin.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
image: codefresh/manual-step
2+
tag: master
3+
version: 0.1.0
4+
description: Pause execution till user connect to exposed URL and submit Form with required details
5+
keywords:
6+
- docker
7+
- manual
8+
home: https://github.com/jennyps/cf-manual-step
9+
sources:
10+
- https://github.com/jennyps/cf-manual-step
11+
maintainers: # (optional)
12+
- name: Jenny Passi
13+
14+
icon: https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2016/11/1479211772build-image-with-dockerfile_feature.jpg
15+
envs:
16+
- name: APPROVAL_URL
17+
type: required
18+
description: url of manual approval form

0 commit comments

Comments
 (0)