Commit d3b7c3b4 authored by mdj33's avatar mdj33 Committed by 33cn

add ut

parent 2df768f0
......@@ -47,7 +47,7 @@ pipeline {
success {
echo 'I succeeeded!'
echo "email user: ${ghprbActualCommitAuthorEmail}"
currentBuild.result = 'SUCCESS'
script{
try {
mail to: "${ghprbActualCommitAuthorEmail}",
......@@ -58,6 +58,7 @@ pipeline {
echo 'email err'
}
}
currentBuild.result = 'SUCCESS'
echo 'SUCCESS'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment