标签:
新建项目 :
1. 登录jenkins→ new Item,进入配置界面。
2. project name取自已工程的名字,这里以hello world为例。
3. SourceCode Management
URL:http://192.168.10.88:8080/helloworld
branch:*/master(可以根据实际情况指定)
BuildTriggers:我选择的是Buildperiodically,这部分可以查下网上的资料http://www.it165.net/pro/html/201410/23948.html
4.配置emailnotification
详细配置如下:
项目构建出现的问题:
Execution failed for task ‘:app:mergeDebugResources‘
sudo apt-get install lib32stdc++6
sudo apt-get install lib32z1
标签:
原文地址:http://blog.csdn.net/bufferhayes/article/details/45362939