zoukankan      html  css  js  c++  java
  • 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.



  • 相关阅读:
    iOS 内购讲解
    实现抓图的工具2
    实现抓图的工具
    关于胖客户端
    实时进销存
    DataGridView隔行显示不同的颜色
    C#数据库绑定
    VS2012中数据库架构的比较
    delphi使用outputdebugstring调试程序和写系统日志
    drupal7安装中文错误
  • 原文地址:https://www.cnblogs.com/wucg/p/7989770.html
Copyright © 2011-2022 走看看