Skip to content

Commit e7ef809

Browse files
committed
Remove cruft
1 parent 798db6c commit e7ef809

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

Jenkinsfile

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -71,31 +71,6 @@ pipeline {
7171
stage('Frontend') {
7272
steps {
7373
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-
}
9974
}
10075
}
10176
stage('Backend') {

0 commit comments

Comments
 (0)