Commit 7af54530 authored by mdj33's avatar mdj33 Committed by vipwzw

retry

parent dfb52258
......@@ -54,7 +54,7 @@ pipeline {
body: "this is success with ${env.BUILD_URL}"
}
catch (err){
echo "email err"
echo 'email err'
}
}
echo currentBuild.result
......@@ -70,7 +70,7 @@ pipeline {
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
body: "Something is wrong with ${env.BUILD_URL}"
}catch (err){
echo "email err"
echo 'email err'
}
}
......
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