diff --git a/Jenkinsfile b/Jenkinsfile index c4d03fa5c..9c6167508 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -88,10 +88,10 @@ pipeline { } } - post { - unstable { - notifyBuild("Unstable Build") - } + } + post { + unstable { + notifyBuild("Unstable Build") } } }