From cb2c54e2b7d5f3fe9f90119d694627a4a8c1a3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Waldemar=20=C5=BBurowski?= <45210402+wzur-r3@users.noreply.github.com> Date: Wed, 25 May 2022 14:38:29 +0200 Subject: [PATCH] NOTICK: added missing backslash (#7185) --- .ci/dev/regression/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/dev/regression/Jenkinsfile b/.ci/dev/regression/Jenkinsfile index e279bd9d0f..22f3c51185 100644 --- a/.ci/dev/regression/Jenkinsfile +++ b/.ci/dev/regression/Jenkinsfile @@ -143,7 +143,7 @@ pipeline { NEXUSIQ_CREDENTIALS = credentials('jenkins-nexusiq-credentials') } steps { - sh ''' + sh '''\ rm -f wiki-report.md env NEXUSIQ_USERNAME="${NEXUSIQ_CREDENTIALS_USR}" \ NEXUSIQ_PASSWORD="${NEXUSIQ_CREDENTIALS_PSW}" \