Skip to content
Snippets Groups Projects
Commit 803dbcac authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6368 No Bash syntax in Groovy allowed

parent 84d94b40
No related branches found
No related tags found
No related merge requests found
...@@ -621,14 +621,14 @@ Void publishAdminE2ETestResult() { ...@@ -621,14 +621,14 @@ Void publishAdminE2ETestResult() {
} }
Void publishE2ETestResult(String appName, String appVariant, String reportName) { Void publishE2ETestResult(String appName, String appVariant, String reportName) {
def reportDir = "alfa-client/apps/${appName}/reports/${appVariant}"; def reportDir = "alfa-client/apps/"+appName+"/reports/"+appVariant;
publishHTML ( publishHTML (
target: [ target: [
allowMissing: false, allowMissing: false,
alwaysLinkToLastBuild: false, alwaysLinkToLastBuild: false,
keepAll: true, keepAll: true,
reportDir: ${reportDir}, reportDir: reportDir,
reportFiles: 'report.html', reportFiles: 'report.html',
reportName: reportName reportName: reportName
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment