mirror of https://github.com/apache/archiva.git
Fixing syntax errors
This commit is contained in:
parent
c5a4a55521
commit
8ba0e5a4f4
|
@ -88,13 +88,13 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
post {
|
||||
unstable {
|
||||
notifyBuild("Unstable Build")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Send a notification about the build status
|
||||
def notifyBuild(String buildStatus) {
|
||||
|
|
Loading…
Reference in New Issue