test jenkins-lib mail notify

This commit is contained in:
Emmanuel Cazenave 2018-06-08 15:48:53 +02:00
parent 43d6ee90ac
commit d1cc6a3110
2 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -1,4 +1,4 @@
@Library('eo-jenkins-lib@master') import eo.Utils
@Library('eo-jenkins-lib@wip/mail-notify') import eo.Utils
pipeline {
agent any

View File

@ -3,5 +3,5 @@ def test_true(db):
assert True
# def test_fail():
# assert False
def test_fail():
assert False