File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
incubating/image-enricher Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: step-type
33metadata :
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 :
5353 "patterns": [],
5454 "required": [
5555 "IMAGE",
56- "BRANCH",
5756 "REPO",
5857 "GIT_PROVIDER_NAME"
5958 ],
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}}
You can’t perform that action at this time.
0 commit comments