Skip to content

Commit

Permalink
fix(ci): adjust webapp-UNIT-database-table-prefix stage execution
Browse files Browse the repository at this point in the history
Related to CAM-13467
  • Loading branch information
yanavasileva committed May 12, 2021
1 parent 37415f6 commit f7f0add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ pipeline {
cambpmConditionalRetry([
agentLabel: 'h2',
runSteps: {
cambpmRunMaven('webapps/', 'clean test -Pdb-table-prefix', true, runtimeStash: true)
cambpmRunMaven('webapps/', 'clean test -Pdb-table-prefix -Dskip.frontend.build=true', runtimeStash: true)
},
postAlways: {
cambpmPublishTestResult()
Expand Down

0 comments on commit f7f0add

Please sign in to comment.