NOTICK: added missing backslash (#7185)

This commit is contained in:
Waldemar Żurowski 2022-05-25 14:38:29 +02:00 committed by GitHub
parent 589c714cba
commit cb2c54e2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}" \