码迷,mamicode.com
首页 >  
搜索关键字:jenkins remote deploy    ( 10817个结果
4、HTTP
HTTP 1、什么是HTTP HTTP(超文本传输协议)是一个简单的请求-响应协议,它通常运行在TCP之上。 默认端口:80 Https:安全的 默认端口:443 2、两个时代 http1.0 HTTP/1.0:客户端与web服务器连接后,只能获得一个web资源,断开连接 http2.0 HTTP/ ...
分类:Web程序   时间:2021-06-24 17:53:46    阅读次数:0
jenkins如何指定在子节点上运行构建项目
1.首先确保你有两台机器,一台机器是jenkins服务器就是master,另一台是子节点。 2.确保子节点的不会一直被重装机器,因为你重装了,jdk、git、ssh就没有了,那么master就无法找到了他了。要么就是在重装的时候使用oem定制把git、ssh、jdk都按装进去。 3.确保以上两条你你 ...
分类:其他好文   时间:2021-06-24 17:28:49    阅读次数:0
jenkins pipeline中获取shell命令的输出
//获取标准输出//第一种result = sh returnStdout: true ,script: "<shell command>"result = result.trim()//第二种result = sh(script: "<shell command>", returnStdout: ...
分类:系统相关   时间:2021-06-23 17:14:46    阅读次数:0
jenkins部署vue项目
jenkins部署vue项目 安装nodejs 配置nodejs的源,去官网查看需要安装的版本和介绍 V8.x: # curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - yum安装node.js yum ins ...
分类:其他好文   时间:2021-06-23 17:07:38    阅读次数:0
jenkins+stf+airtest实现移动平台化测试
111 ...
分类:移动开发   时间:2021-06-23 16:25:15    阅读次数:0
springboot06
spirng boot的一些缺点: 当spring boot应用以一个fat jar方式运行时,会遇到一些问题。以下是个人看法: 日志不知道放哪,默认是输出到stdout的 数据目录不知道放哪, jenkinns的做法是放到 ${user.home}/.jenkins 下面 相对目录API不能使用, ...
分类:编程语言   时间:2021-06-21 20:10:02    阅读次数:0
jenkins+私服+ssh远程服务器启动docker镜像容器
1、122 公钥 加入120 121 的 authorized_keys2、搭私服3、主机安装jenkins4、jenkins命令行 build tag push ssh 远程服务器 ' pull' ssh 远程服务器 ' run' ...
分类:其他好文   时间:2021-06-21 19:56:06    阅读次数:0
Git常用操作命令
把当前目录变为git仓库 git init 关联到远程仓库 # 添加关联的仓库地址 git remote add origin git@github.com:wintests/gitDemo.git # 删除当前已关联的仓库地址 git remote rm origin 查看远程库的详细信息 git ...
分类:其他好文   时间:2021-06-20 17:40:11    阅读次数:0
hint: Updates were rejected because the tip of your current branch is behind
问题: 1 error: failed to push some refs to 2 hint: Updates were rejected because the tip of your current branch is behind 3 hint: its remote counterpart ...
分类:其他好文   时间:2021-06-19 18:56:51    阅读次数:0
Jenkins在K8s的pod中实现docker in docker 构建镜像并发布到K8s集群中
一、运行架构 Jenkins的kubernetes plugin在执行构建时会在kubernetes集群中自动创建一个Pod,并在Pod内部创建一个名为jnlp的容器,该容器会连接Jenkins并运行Agent程序,形成一个Jenkins的Master和Slave架构,然后Slave会执行构建脚本进 ...
分类:其他好文   时间:2021-06-18 20:01:37    阅读次数:0
10817条   上一页 1 2 3 4 5 ... 1082 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!