Fixing syntax errors

This commit is contained in:
Martin Stockhammer 2018-05-01 14:09:36 +02:00
parent c5a4a55521
commit 8ba0e5a4f4
1 changed files with 4 additions and 4 deletions

8
Jenkinsfile vendored
View File

@ -88,10 +88,10 @@ pipeline {
}
}
post {
unstable {
notifyBuild("Unstable Build")
}
}
post {
unstable {
notifyBuild("Unstable Build")
}
}
}