Skip to content

Commit 8f263c7

Browse files
authored
Merge pull request #372 from commerce-docs/ds_COMDOX-1267
COMDOX-1267: Update .jenkins/deliver-build.groovy
2 parents 3ed7fa4 + 2764ccf commit 8f263c7

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.jenkins/deliver-build.groovy

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
/*
2-
* ADOBE CONFIDENTIAL
32
* Copyright 2024 Adobe All Rights Reserved.
43
* NOTICE: All information contained herein is, and remains the property of Adobe and its suppliers, if any.
54
* The intellectual and technical concepts contained herein are proprietary to Adobe and its suppliers and are protected by all applicable intellectual property laws, including trade secret and copyright laws.
65
* Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Adobe.
76
*/
87

9-
// This job relates to the <a href='https://experienceleague.adobe.com/developer/commerce/storefront/'>Adobe Commerce Storefront</a> microsite.<br/>
10-
// It builds the source code from the develop branch of the <a href='https://github.com/commerce-docs/microsite-commerce-storefront'>GitHub mirror</a>, pushes it to the build branch of the <a href='https://git.corp.adobe.com/AdobeDocs/microsite-commerce-storefront'>corporate</a> mainline, and opens a draft pull request.
11-
128
@Library('jenkins-shared-libs') _
139

1410
micrositeBuildDeliverPipeline(
1511
repoName: 'microsite-commerce-storefront',
16-
reviewer: 'bdenham',
17-
runBuildScript: 'node --version && npm install -g corepack@latest && corepack enable && corepack prepare pnpm@10.6.5 --activate && pnpm version && pnpm install && pnpm run build:prod',
18-
deliverBuildScript: 'cp -r dist/* storefront',
19-
dockerImage: 'node:20.13.1'
12+
dockerImage: 'node:20.13.1',
13+
pnpmVersion: '10.6.5'
2014
)

0 commit comments

Comments
 (0)