mirror of
https://github.com/corda/corda.git
synced 2025-04-05 10:27:11 +00:00
NOTICK: added missing backslash (#7185)
This commit is contained in:
parent
589c714cba
commit
cb2c54e2b7
2
.ci/dev/regression/Jenkinsfile
vendored
2
.ci/dev/regression/Jenkinsfile
vendored
@ -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}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user