Skip to content

Commit eb485de

Browse files
add gerrit support (#610)
1 parent 8d3ca8d commit eb485de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

incubating/image-enricher/step.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: step-type
33
metadata:
44
name: image-enricher
55
title: Enrich codefresh image with PRs and Issues info
6-
version: 1.3.2
6+
version: 1.3.3
77
isPublic: true
88
description: Enrich codefresh image with PRs and Issues info
99
sources:
@@ -53,7 +53,6 @@ spec:
5353
"patterns": [],
5454
"required": [
5555
"IMAGE",
56-
"BRANCH",
5756
"REPO",
5857
"GIT_PROVIDER_NAME"
5958
],
@@ -81,6 +80,10 @@ spec:
8180
"type": "string",
8281
"description": "Name of git provider to use from Codefresh integrations screen"
8382
},
83+
"GERRIT_CHANGE_ID": {
84+
"type": "string",
85+
"description": "The change-id or a commit message that contain the change-id"
86+
},
8487
"GITHUB_HOST": {
8588
"type": "string",
8689
"description": "Support on-premises github host, by default github.com",
@@ -100,4 +103,5 @@ spec:
100103
- REPO=${{REPO}}
101104
- REVISION=${{REVISION}}
102105
- GITHUB_HOST=${{GITHUB_HOST}}
106+
- GERRIT_CHANGE_ID=${{GERRIT_CHANGE_ID}}
103107
- GIT_PROVIDER_NAME=${{GIT_PROVIDER_NAME}}

0 commit comments

Comments
 (0)