generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 8
37 lines (34 loc) · 997 Bytes
/
test-release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: 'test-release'
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- name: Jira Development Integration
uses: rohit-gohri/jira-ci-cd-integration@v0
if: ${{ always() }}
env:
JIRA_DEFAULT_TEST_ISSUE: 'JCI-7'
with:
state: ${{ job.status }}
jira_instance: boringdownload
client_id: ${{ secrets.JIRA_CLIENT_ID }}
client_secret: ${{ secrets.JIRA_CLIENT_SECRET }}
test-deployment:
runs-on: ubuntu-latest
steps:
- name: Jira Development Integration
uses: rohit-gohri/jira-ci-cd-integration@v0
if: ${{ always() }}
env:
JIRA_DEFAULT_TEST_ISSUE: 'JCI-4'
with:
state: ${{ job.status }}
environment: production
jira_instance: boringdownload
client_id: ${{ secrets.JIRA_CLIENT_ID }}
client_secret: ${{ secrets.JIRA_CLIENT_SECRET }}