We can see the title, and below is the different policy:
Capistrano Deploy to Multiple Servers
The key snippet
is below:
1 2 3 4 5 6 7 8 9 |
|
The introduce of pty, and some expression of forward_agent.
Different Between Include and Extend in Ruby
Add a User to Admin Group on Mac.
Issus
Many software will apply the admin
permission to possibly use some system tools, so I try to add my account to admin group.
Jenkins Email Notificaiton
Email notification with Email-ext
plug-in:
- pre-send scripts
We use Jenkins
as our ci server, and we run integration test on firefox on xvfb
. Sometime, we receive the email about test failure, caused by xvfb
starting failed.
So we want to ignore sending email by this case. As we know, the email-ext
plugin can help us. we should write pre-send scripts
, but we don’t know how to write them.
How do I write a script to cancel sending email when failure output message contains a specified error message?