Skip to content

Commit

Permalink
Merge pull request #137 from release-engineering/appstudio-sync2jira
Browse files Browse the repository at this point in the history
Red Hat Trusted App Pipeline update sync2jira
  • Loading branch information
ralphbean authored Oct 5, 2023
2 parents e3434c7 + 80cafdc commit 663ed29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .tekton/sync2jira-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://raw.githubusercontent.com/devfile-samples/devfile-sample-python-basic/main/docker/Dockerfile
value: Dockerfile
- name: git-url
value: '{{repo_url}}'
- name: image-expires-after
Expand Down Expand Up @@ -76,11 +76,13 @@ spec:
name: output-image
type: string
- default: .
description: The path to your source code
description: Path to the source code of an application's component from where
to build image.
name: path-context
type: string
- default: Dockerfile
description: Path to the Dockerfile
description: Path to the Dockerfile inside the context specified by parameter
path-context
name: dockerfile
type: string
- default: "false"
Expand Down
8 changes: 5 additions & 3 deletions .tekton/sync2jira-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://raw.githubusercontent.com/devfile-samples/devfile-sample-python-basic/main/docker/Dockerfile
value: Dockerfile
- name: git-url
value: '{{repo_url}}'
- name: output-image
Expand Down Expand Up @@ -73,11 +73,13 @@ spec:
name: output-image
type: string
- default: .
description: The path to your source code
description: Path to the source code of an application's component from where
to build image.
name: path-context
type: string
- default: Dockerfile
description: Path to the Dockerfile
description: Path to the Dockerfile inside the context specified by parameter
path-context
name: dockerfile
type: string
- default: "false"
Expand Down

0 comments on commit 663ed29

Please sign in to comment.