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 6ab5224 commit fe46da3Copy full SHA for fe46da3
Jenkinsfile
@@ -73,7 +73,7 @@ pipeline {
73
script {
74
def shStatusCode = sh(label: 'build-frontend', returnStatus: true, script: '''
75
set -e
76
- ./scripts/ci/build-frontend | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g" > ${WORKSPACE}/tmp-sh-build 2>&1
+ ./scripts/ci/build-frontend | sed -r "s/\\x1B\\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g" > ${WORKSPACE}/tmp-sh-build 2>&1
77
''')
78
shOutput = readFile "${env.WORKSPACE}/tmp-sh-build"
79
if (shStatusCode != 0) {
0 commit comments