zoukankan      html  css  js  c++  java
  • 测试自动化接口jenkins配置

    <br/><font color="red" size"3" face="微软雅黑">本邮件是程序自动下发,请勿回复!</front><br/>
    <hr/>
    <font size"3" face="微软雅黑">Hi all,下面是APP1.0项目接口自动化测结果:</front><br/><br/>
    <font size"3" face="微软雅黑">$BUILD_STATUS,构件编号:$BUILD_NUMBER</front><br/><br/>
    <font size"3" face="微软雅黑"><a href=http://10.0.15.82:8081/job/APP1.0/ws/url.xls > 查看运行结果</a></front><br/><br/>
    <font size"3" face="微软雅黑"><a href=http://10.0.15.82:8081/job/APP1.0/$BUILD_NUMBER/console > 查看详细日志</a></front><br/><br/>
    ${JELLY_SCRIPT,template="html.jelly"}
    <script language="javascript" type="text/javascript">
    function dyniframesize(down) {
    var pTar = null;
    if (document.getElementById){
    pTar = document.getElementById(down);
    }
    else{
    eval('pTar = ' + down + ';');
    }
    if (pTar && !window.opera){
    //begin resizing iframe
    pTar.style.display="block"
    if (pTar.contentDocument && pTar.contentDocument.body.offsetHeight){
    //ns6 syntax
    pTar.height = pTar.contentDocument.body.offsetHeight +20;
    pTar.width = pTar.contentDocument.body.scrollWidth+20;
    }
    else if (pTar.Document && pTar.Document.body.scrollHeight){
    //ie5+ syntax
    pTar.height = pTar.Document.body.scrollHeight;
    pTar.width = pTar.Document.body.scrollWidth;
    }
    }
    }

  • 相关阅读:
    Properties类
    缓冲流
    Mybatis
    分页查询
    QueryRunner和JDBC连接池
    JSP
    Session
    Cookie
    http协议和eclipes绑定tomcat
    servlet
  • 原文地址:https://www.cnblogs.com/scarlett-hy/p/9377283.html
Copyright © 2011-2022 走看看