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

add ut

parent 2df768f0
...@@ -47,7 +47,7 @@ pipeline { ...@@ -47,7 +47,7 @@ pipeline {
success { success {
echo 'I succeeeded!' echo 'I succeeeded!'
echo "email user: ${ghprbActualCommitAuthorEmail}" echo "email user: ${ghprbActualCommitAuthorEmail}"
currentBuild.result = 'SUCCESS'
script{ script{
try { try {
mail to: "${ghprbActualCommitAuthorEmail}", mail to: "${ghprbActualCommitAuthorEmail}",
...@@ -58,6 +58,7 @@ pipeline { ...@@ -58,6 +58,7 @@ pipeline {
echo 'email err' echo 'email err'
} }
} }
currentBuild.result = 'SUCCESS'
echo '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