Commit 2df768f0 authored by mdj33's avatar mdj33 Committed by 33cn

add ut

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