We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7c8d1 commit 4f671d4Copy full SHA for 4f671d4
incubating/jira-issue-manager/step.yaml
@@ -2,7 +2,7 @@ kind: step-type
2
version: '1.0'
3
metadata:
4
name: jira-issue-manager
5
- version: 1.0.12
+ version: 1.0.13
6
title: Jira Issue Manager
7
isPublic: true
8
description: Create, Update, & Validate Jira Issues
@@ -246,7 +246,7 @@ spec:
246
stepsTemplate: |-
247
main:
248
249
- image: quay.io/codefreshplugins/jira-issue-manager:1.0.12
+ image: quay.io/codefreshplugins/jira-issue-manager:1.0.13
250
environment:
251
[[ range $key, $val := .Arguments ]]
252
- '[[ $key ]]=[[ $val ]]'
0 commit comments