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 385b3e6 commit 715d19eCopy full SHA for 715d19e
docs/32-jenkins.mdx
@@ -138,11 +138,6 @@ pipeline {
138
reportName : "Gwen-Report"
139
])
140
}
141
- failure {
142
- script {
143
- // something went wrong, raise alert here
144
- }
145
146
147
148
@@ -153,6 +148,11 @@ pipeline {
153
sh 'docker volume rm gwen_assets gwen_downloads || true'
154
149
155
150
151
+ failure {
152
+ script {
+ // something went wrong, raise alert here
+ }
156
157
158
```
0 commit comments