We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cc486 commit 471ffa8Copy full SHA for 471ffa8
Jenkinsfile
@@ -91,7 +91,9 @@ pipeline {
91
npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true)
92
}
93
success {
94
- shOutput = ""
+ script {
95
+ shOutput = ""
96
+ }
97
98
99
@@ -141,7 +143,9 @@ pipeline {
141
143
142
144
145
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
146
147
148
149
150
151
0 commit comments