Skip to content

Commit 7090297

Browse files
authored
Find dist folder from sources (#4984)
1 parent eed058d commit 7090297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/default_pipeline_environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ steps:
374374
stepMessage: 'Do you want to restart?'
375375
pipelineStashFilesAfterBuild:
376376
stashIncludes:
377-
buildResult: '**/target/*.war, **/target/*.jar, **/*.mtar, **/*.jar.original, dist/**'
377+
buildResult: '**/target/*.war, **/target/*.jar, **/*.mtar, **/*.jar.original, **/dist/**'
378378
checkmarx: '**/*.js, **/*.scala, **/*.py, **/*.go, **/*.d, **/*.di, **/*.xml, **/*.html, **/*.ts'
379379
checkmarxOne: '**/*.js, **/*.scala, **/*.py, **/*.go, **/*.d, **/*.di, **/*.xml, **/*.html, **/*.ts'
380380
classFiles: '**/target/classes/**/*.class, **/target/test-classes/**/*.class'

0 commit comments

Comments
 (0)