mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Remove cruft
This commit is contained in:
parent
798db6cb21
commit
e7ef809b10
25
Jenkinsfile
vendored
25
Jenkinsfile
vendored
@ -71,31 +71,6 @@ pipeline {
|
|||||||
stage('Frontend') {
|
stage('Frontend') {
|
||||||
steps {
|
steps {
|
||||||
sh './scripts/ci/build-frontend'
|
sh './scripts/ci/build-frontend'
|
||||||
// script {
|
|
||||||
// def shStatusCode = sh(label: 'build-frontend', returnStatus: true, script: '''
|
|
||||||
// set -e
|
|
||||||
// ./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
|
|
||||||
// ''')
|
|
||||||
// shOutput = readFile "${env.WORKSPACE}/tmp-sh-build"
|
|
||||||
// if (shStatusCode != 0) {
|
|
||||||
// error "${shOutput}"
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
post {
|
|
||||||
always {
|
|
||||||
sh 'rm -f ${WORKSPACE}/tmp-sh-build'
|
|
||||||
// junit 'frontend/eslint.xml'
|
|
||||||
// junit 'frontend/junit.xml'
|
|
||||||
}
|
|
||||||
failure {
|
|
||||||
npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true)
|
|
||||||
}
|
|
||||||
success {
|
|
||||||
script {
|
|
||||||
shOutput = ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Backend') {
|
stage('Backend') {
|
||||||
|
Loading…
Reference in New Issue
Block a user