码迷,mamicode.com
首页 >  
搜索关键字:jenkins remote deploy    ( 10817个结果
使用NSIS (NullSoft Scriptable Install System)制作安装程序
Name "capture" OutFile "capture.exe" InstallDir "$PROGRAMFILES\capture" Page directory Page INSTFILES UninstPage uninstConfirm UninstPage instfiles Var remote_zip_file Var local_zip_file Sect...
分类:其他好文   时间:2014-11-04 13:09:55    阅读次数:263
git push remote error解决办法
通常在用git clone了remote端(服务器)的git仓库后,再进行了自己一系列修改后,会将自己测试后稳定的状态push到remote端,以更新源仓库,使 其他人在pull的时候得到自己的修改。但是在git push的时候会经常出现如下的错误提示。remote: error: refusing...
分类:其他好文   时间:2014-11-04 12:58:49    阅读次数:282
ASP.NET获取真正的客户端IP地址的6种方法
Request.ServerVariables("REMOTE_ADDR") 来取得客户端的IP地址,但如果客户端是使用代理服务器来访问,那取到的就是代理服务器的IP地址,而不是真正的客户端IP地址,本文将介绍解决方法,需要的朋友可以参考下在ASP中使用Request.ServerVariables...
分类:Web程序   时间:2014-11-04 09:11:00    阅读次数:227
nmap使用方法
你是否曾想知道你所在局域网中哪些IP已经被使用了?还有哪些IP地址没有被使用?是否想知道某个IP地址下是什么系统……这些问题我们都可以使用一个nmap的工具解决,下面,就让我们开始了解nmap。1) 获取远程主机的端口信息和识别主机操作系统(Get info about remote host po...
分类:其他好文   时间:2014-11-03 12:53:27    阅读次数:224
简单的设置
通过Xmanager访问Linux远程桌面。操作系统原本安装了图形界面gdmsetup设置remote和security即可
分类:其他好文   时间:2014-11-03 01:31:37    阅读次数:135
jenkins集成cobertura,调用显示cobertura的report
我的项目是用maven作为构建工具,关于maven如何集成jenkins请参考: http://blog.csdn.net/yaominhua/article/details/40684355 本文只介绍如何在jenkins里面集成cobertura: 1. 首先确保你得jenkins已经安装有cobertura的plugin: 2. 配置jenkins,修改maven的执行命...
分类:其他好文   时间:2014-11-01 21:54:10    阅读次数:611
[git push] rejecteded 问题的解决方法
错误信息: hint: Updates were rejected because a pushed branch tip is behind its remote hint: counterpart. Check out this branch and integrate the remote changes hint: (e.g. 'git pull ...') before pushing again....
分类:其他好文   时间:2014-11-01 20:34:05    阅读次数:883
实现提交代码github自动通知jenkins编译部署
1. 首先确保你得jenkins已经安装了如下github的插件: 2. 在jenkins里面修改job的配置,勾选 当有变动提交到github时自动build 3. 登陆你的github, 进入你project的首页,点击Setting配置: 点击Webhook & Services 添加一个webhook URL 就是 你的jenkins URL 加上 ...
分类:其他好文   时间:2014-11-01 13:31:42    阅读次数:218
无状态会话bean(3)---远程业务接口(未排版)
迄今为止,我们只讨论了使用一个本地业务接口的会话bean。在这种情况下,本地意味着只能由运行在同一个应用程序服务器实例的JavaEE组件声明会话bean的依赖性。例如,远程客户端不可能通过本地接口使用会话bean。为了容纳远程客户端,会话bean可以采用@Remote注解来标记它们的业务接口,以声明它是远程可用的。下面代码演示了前面所示的HelloService接口的远程版本语法。标记一个接口为远...
分类:其他好文   时间:2014-11-01 01:05:49    阅读次数:220
自建项目push后再pull报The remote end hung up unexpectedly问题解决
当git clone之后,直接git pull它会自动匹配一个正确的remote url是因为在config文件中配置了以下内容:[java] view plaincopy[branch"master"]remote=originmerge=refs/heads/master表明:1.git处于ma...
分类:其他好文   时间:2014-10-31 21:56:19    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!