Skip to content

Commit

Permalink
Find dist folder from sources
Browse files Browse the repository at this point in the history
  • Loading branch information
srinikitha09 committed Jul 11, 2024
1 parent eed058d commit 974241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/default_pipeline_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ steps:
stepMessage: 'Do you want to restart?'
pipelineStashFilesAfterBuild:
stashIncludes:
buildResult: '**/target/*.war, **/target/*.jar, **/*.mtar, **/*.jar.original, dist/**'
buildResult: '**/target/*.war, **/target/*.jar, **/*.mtar, **/*.jar.original, **/dist/**'
checkmarx: '**/*.js, **/*.scala, **/*.py, **/*.go, **/*.d, **/*.di, **/*.xml, **/*.html, **/*.ts'
checkmarxOne: '**/*.js, **/*.scala, **/*.py, **/*.go, **/*.d, **/*.di, **/*.xml, **/*.html, **/*.ts'
classFiles: '**/target/classes/**/*.class, **/target/test-classes/**/*.class'
Expand Down

0 comments on commit 974241b

Please sign in to comment.