Skip to content

Commit 715d19e

Browse files
committed
docker updates
1 parent 385b3e6 commit 715d19e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/32-jenkins.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ pipeline {
138138
reportName : "Gwen-Report"
139139
])
140140
}
141-
failure {
142-
script {
143-
// something went wrong, raise alert here
144-
}
145-
}
146141
}
147142
}
148143
}
@@ -153,6 +148,11 @@ pipeline {
153148
sh 'docker volume rm gwen_assets gwen_downloads || true'
154149
}
155150
}
151+
failure {
152+
script {
153+
// something went wrong, raise alert here
154+
}
155+
}
156156
}
157157
}
158158
```

0 commit comments

Comments
 (0)