Updated notify script
parent
da9dfe39af
commit
c8b22a2298
|
@ -1,4 +1,4 @@
|
|||
def call() {
|
||||
def call(String recipients) {
|
||||
// Determina el estado del build
|
||||
def buildStatus = currentBuild.currentResult ?: 'SUCCESS'
|
||||
|
||||
|
|
Loading…
Reference in New Issue