Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Use pom.xml from oscm-ui-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GoebelL committed Dec 17, 2021
1 parent 9b377ed commit f1757cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/portal-integration-tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def execute() {
"-v ${WORKSPACE}:/build " +
" ${RUN_PROXY_ARGS} " +
"-e MAVEN_OPTS=\"${MAVEN_OPTS} \" " +
"oscm-maven site -DgenerateReports=false"
"oscm-maven site -DgenerateReports=false -f /build/oscm-ui-tests/pom.xml"
}
try {
sh "echo 'Archive test results from oscm-ui-tests/target/site/**/*'"
Expand Down

0 comments on commit f1757cf

Please sign in to comment.