We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12909de commit 6ab5224Copy full SHA for 6ab5224
Jenkinsfile
@@ -104,7 +104,7 @@ pipeline {
104
script {
105
def shStatusCode = sh(label: 'test-backend', returnStatus: true, script: '''
106
set -e
107
- ./scripts/ci/test-backend | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g" > ${WORKSPACE}/tmp-sh-build 2>&1
+ ./scripts/ci/test-backend | sed -r "s/\\x1B\\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g" > ${WORKSPACE}/tmp-sh-build 2>&1
108
''')
109
shOutput = readFile "${env.WORKSPACE}/tmp-sh-build"
110
if (shStatusCode != 0) {
0 commit comments