Add 'vars/jenkinsNotify.groovy'
parent
7c95b83571
commit
724d0cc9e1
|
|
@ -0,0 +1,3 @@
|
|||
def call(Map params = [:]) {
|
||||
echo "currentBuild.result=${currentBuild.result}"
|
||||
}
|
||||
Loading…
Reference in New Issue