Skip to content

Commit

Permalink
Merged in task/JSMT-150_update_pipelines (pull request #18)
Browse files Browse the repository at this point in the history
JSMT-150 - update pipelines for release branch

Approved-by: Zakhar Listiev
  • Loading branch information
Volodymyr Batrukh committed Nov 6, 2023
2 parents 163d1c6 + 56a76d5 commit 3398083
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,12 @@ definitions:
- npm install -g snyk
# Run Snyk monitor and skip all provided dependencies
- snyk monitor . -- -Dscope=runtime

- step: &pushToGithub
name: Push changes to Github repo
script:
- git remote add github [email protected]:atlassian-labs/msteams-jira-server-addon.git
- git push -u github ${BITBUCKET_BRANCH}
- git push github --follow-tags
pipelines:
default:
- step:
Expand Down Expand Up @@ -121,4 +126,22 @@ pipelines:
- step:
<<: *buildAndPack
name: Build production package
deployment: Production
deployment: Production
release/*:
- step:
<<: *buildAndPack
name: Build integration package
deployment: Integration
- step:
<<: *buildAndPack
name: Build staging package
deployment: Staging
- step:
<<: *buildAndPack
name: Build production package
deployment: Production
- step:
<<: *createTag
trigger: manual
- step:
<<: *pushToGithub

0 comments on commit 3398083

Please sign in to comment.