Skip to content

Commit 28460ef

Browse files
committed
update path in jenkinsfile for frontend builds
1 parent 2688e9a commit 28460ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.jenkins/projectBuilder.Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ projectBuilderV5 (
3333
artifactType: 'codeartifact',
3434
projectDir: 'frontend',
3535
runInProjectDir: true,
36-
artifactDir: 'dist/upgrade',
36+
artifactDir: 'dist/upgrade/browser',
37+
artifactPrefix: "upgrade",
3738
versioning: 'branch',
3839
oneArtifactPerEnvironment: true,
3940
buildScripts: [

0 commit comments

Comments
 (0)