zoukankan      html  css  js  c++  java
  • jenkins之安装篇

    自动化学习过程中老师介绍了一个工具jenkins,感觉很不错,学习ing
    jenkins的war包下载地址http://mirrors.jenkins-ci.org/war/
    Hudson的war包下载地址:http://mirror.bit.edu.cn/eclipse/hudson/war/
    tomcat的地址http://mirror.bit.edu.cn/apache/tomcat/
    1.确认已经安装完jdk,tomcat
    2.切换至jenkins.war文件的路径cd  java -jar  jenkins.war  执行java -jar  jenkins.war
    3.访问http://localhost:8080/ 可以看到jenkins主界面
    4.把Hudson.war或者Jenkins.war(如果有带版本号的,把版本号去掉)放到E:apache-tomcat-6.0.36 webapps下,手动去访问:http://localhost:8080/jenkins/  http://localhost:8080/hudson/

  • 相关阅读:
    vue
    vim 使用
    ssh 免密码登录
    shell 监控
    shell top
    使用网络技术---WebView
    安卓数据存储
    模块
    面向对象
    文件
  • 原文地址:https://www.cnblogs.com/vickyyu/p/4090027.html
Copyright © 2011-2022 走看看