mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-10 15:58:15 -04:00
Fix syntax
This commit is contained in:
parent
35cc486fd7
commit
471ffa8dff
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -91,10 +91,12 @@ pipeline {
|
||||
npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true)
|
||||
}
|
||||
success {
|
||||
script {
|
||||
shOutput = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Backend') {
|
||||
steps {
|
||||
withCredentials([string(credentialsId: 'npm-sentry-dsn', variable: 'SENTRY_DSN')]) {
|
||||
@ -141,10 +143,12 @@ pipeline {
|
||||
}
|
||||
success {
|
||||
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
|
||||
script {
|
||||
shOutput = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
when {
|
||||
not {
|
||||
|
Loading…
Reference in New Issue
Block a user