Fix syntax
This commit is contained in:
parent
35cc486fd7
commit
471ffa8dff
1 changed files with 6 additions and 2 deletions
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 a new issue