Easter79 Easter79
3年前
tomcat下部署jenkins
1.下载tomcat9.tar2.下载jenkins.war3.安装tomcattarzxvftomcat.tar/usr/local/apachetomcat/4.添加配置/usr/local/apachetomcat/bin/startup.sh!(https://static.oschina.net/uploads
Stella981 Stella981
3年前
Jenkins(Shared worspace plugin)
Sharedworkspaceplugin官网:https://wiki.jenkinsci.org/display/JENKINS/Sharedworkspaceplugin(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwiki.jenkinsci.org%2Fd
Stella981 Stella981
3年前
Jenkins+git+Nginx
1.Jenkins一、tomcat安装1、下载JDK和Tomcat//通过wget下载wgethttp://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat8/v8.5.4/bin/apachetomcat8.5.4.ta
Easter79 Easter79
3年前
SVN怎么触发Jenkins自动构建
通常,有几种方式可以在SVN仓库发生改变时触发Jenkins进行构建。第一种是,Jenkins主动轮询SVN仓库;第二种是,在SVN客户端(如TortoiseSVN)创建客户端hooks来触发构建;第三种是,在SVN服务器端,创建仓库hooks来触发构建。而我所要介绍的就是这第三种。在http://svnbook.redbean.com/en/1.5/
Stella981 Stella981
3年前
Jenkins UX SIG Meeting
JenkinsUXSIGMeeting展开function\_typeof(e){returne&&"undefined"!typeofSymbol&&e.constructorSymbol?"symbol":typeofe;}!function(e){if("object"
Stella981 Stella981
3年前
SVN怎么触发Jenkins自动构建
通常,有几种方式可以在SVN仓库发生改变时触发Jenkins进行构建。第一种是,Jenkins主动轮询SVN仓库;第二种是,在SVN客户端(如TortoiseSVN)创建客户端hooks来触发构建;第三种是,在SVN服务器端,创建仓库hooks来触发构建。而我所要介绍的就是这第三种。在http://svnbook.redbean.com/en/1.5/
Stella981 Stella981
3年前
Linux中部署Jenkins
废话不多说,直接上干货1.jdk是必须的,,我用1.8       yumyinstalljava1.8.0openjdk.x86\_64 2.Maven也要有,        https://blog.csdn.net/qq\_39871625/article/details/780674663.然后就是Jenkins了
Stella981 Stella981
3年前
Jenkins的Pipeline脚本在美团餐饮SaaS中的实践
一、背景在日常开发中,我们经常会有发布需求,而且还会遇到各种环境,比如:线上环境(Online),模拟环境(Staging),开发环境(Dev)等。最简单的就是手动构建、上传服务器,但这种方式太过于繁琐,使用持续集成可以完美地解决这个问题,推荐了解一下Jenkins(https://www.oschina.net/action/GoToLi