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

2
Jenkinsfile vendored
View File

@ -88,13 +88,13 @@ pipeline {
}
}
}
post {
unstable {
notifyBuild("Unstable Build")
}
}
}
}
// Send a notification about the build status
def notifyBuild(String buildStatus) {