Jenkins Post Build网址
Hudson Post build task
https://plugins.jenkins.io/postbuild-task
This plugin allows the user to execute a shell/batch task depending on the build log output.Java regular expression are allowed. If the string matches anywhere in the build log output, the script will execute.
Jenkins镜像列表:
http://mirrors.jenkins-ci.org/status.html
http://ftp.yz.yamagata-u.ac.jp/pub/misc/jenkins/plugins/
Javadoc Plugin
http://updates.jenkins-ci.org/download/plugins/javadoc/1.4/javadoc.hpi
Ant Plugin
http://updates.jenkins-ci.org/download/plugins/ant/1.7/ant.hpi
External Monitor Job Type Plugin
http://updates.jenkins-ci.org/download/plugins/external-monitor-job/1.7/external-monitor-job.hpi
Hudson Post build task
http://updates.jenkins-ci.org/download/plugins/postbuild-task/1.8/postbuild-task.hpi
Managed Scripts
Managed scripts are shell script which are managed centrally by an administrator and can be referenced as a build step within jobs.
SSH plugin
Execute shell scripts on remote host using ssh (pre and post build). Based on the cool scp plugin.