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() {
}
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 (
target: [
allowMissing: false,
alwaysLinkToLastBuild: false,
keepAll: true,
reportDir: ${reportDir},
reportDir: reportDir,
reportFiles: 'report.html',
reportName: reportName
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment