Skip to content

Commit

Permalink
Update reviewers
Browse files Browse the repository at this point in the history
Update CODEOWNERS
Add reviewer to Jenkinsfile
  • Loading branch information
dshevtsov committed Dec 20, 2024
1 parent fae7872 commit f54c785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CODEOWNERS → .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.jenkins/ @dshevtsov
/.github/ @dshevtsov
1 change: 1 addition & 0 deletions .jenkins/deliver-build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

micrositeBuildDeliverPipeline(
repoName: 'microsite-commerce-storefront',
reviewer: 'jmatthew',
runBuildScript: 'node --version && corepack enable && corepack prepare pnpm@latest-9 --activate && pnpm version && pnpm install && pnpm run build:prod',
deliverBuildScript: 'cp -r dist/* storefront',
dockerImage: 'node:20.13.1'
Expand Down

0 comments on commit f54c785

Please sign in to comment.