File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -71,31 +71,6 @@ pipeline {
71
71
stage(' Frontend' ) {
72
72
steps {
73
73
sh ' ./scripts/ci/build-frontend'
74
- // script {
75
- // def shStatusCode = sh(label: 'build-frontend', returnStatus: true, script: '''
76
- // set -e
77
- // ./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
78
- // ''')
79
- // shOutput = readFile "${env.WORKSPACE}/tmp-sh-build"
80
- // if (shStatusCode != 0) {
81
- // error "${shOutput}"
82
- // }
83
- // }
84
- }
85
- post {
86
- always {
87
- sh ' rm -f ${WORKSPACE}/tmp-sh-build'
88
- // junit 'frontend/eslint.xml'
89
- // junit 'frontend/junit.xml'
90
- }
91
- failure {
92
- npmGithubPrComment(" CI Error:\n\n ```\n ${ shOutput} \n ```" , true )
93
- }
94
- success {
95
- script {
96
- shOutput = " "
97
- }
98
- }
99
74
}
100
75
}
101
76
stage(' Backend' ) {
You can’t perform that action at this time.
0 commit comments