mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-12 22:48:14 -05: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)
|
npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true)
|
||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
|
script {
|
||||||
shOutput = ""
|
shOutput = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Backend') {
|
stage('Backend') {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([string(credentialsId: 'npm-sentry-dsn', variable: 'SENTRY_DSN')]) {
|
withCredentials([string(credentialsId: 'npm-sentry-dsn', variable: 'SENTRY_DSN')]) {
|
||||||
@ -141,10 +143,12 @@ pipeline {
|
|||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
|
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
|
||||||
|
script {
|
||||||
shOutput = ""
|
shOutput = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
when {
|
when {
|
||||||
not {
|
not {
|
||||||
|
Loading…
Reference in New Issue
Block a user