惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Jina AI
Jina AI
P
Palo Alto Networks Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Blog — PlanetScale
Blog — PlanetScale
S
Schneier on Security
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
雷峰网
雷峰网
T
Tenable Blog
人人都是产品经理
人人都是产品经理
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AWS News Blog
AWS News Blog
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Scott Helme
Scott Helme
SecWiki News
SecWiki News
C
CERT Recently Published Vulnerability Notes
Recorded Future
Recorded Future
I
InfoQ
Security Archives - TechRepublic
Security Archives - TechRepublic
Help Net Security
Help Net Security
Cloudbric
Cloudbric
C
Check Point Blog
Engineering at Meta
Engineering at Meta
TaoSecurity Blog
TaoSecurity Blog
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
腾讯CDC
量子位
Application and Cybersecurity Blog
Application and Cybersecurity Blog
K
Kaspersky official blog
Vercel News
Vercel News
F
Full Disclosure
T
Troy Hunt's Blog
Forbes - Security
Forbes - Security
S
Security @ Cisco Blogs

博客园 - gAmesaceR

cocos 3.16 生成预编译库模板 app崩溃后自动重启 Sublime发布Markdown博客 Markdown Example 关于测试驱动的学习 关于领域驱动的学习 (zt)Lua的多任务机制——协程(coroutine) (zt)IOS开发常用的开源类库和一些示例 (zt)过程生成 Node.js源码研究之模块组织加载 [zt][cocos2d-x-win32] 安装部署流程整理 (转发)iOS使用WebGL (转发)XCode实现WebSocket (ZT)UIImage应用与内存管理 (ZT)为什么iPad版FaceBook值得我们苦苦等待 (ZT)关于IAP防止破解的几点 (ZT)iPhone为什么比Android好 在Mac上发布QT的程序 斯坦福大学公开课 iPhone开发教程
安装Jenkins
gAmesaceR · 2016-05-25 · via 博客园 - gAmesaceR

安装Jenkins

安装Jenkins 2.6

yum install jenkins

安装JDK

安装Maven 3.3.9

wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo

yum -y install apache-maven

mvn -version

rpm -ql apache-maven

安装Ant 1.7.0

yum install ant

安装Subversion 1.6.11

yum install subversion

安装Android SDK

先修改/etc/hosts,将dl.google.com的IP记入文件

wget http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz /root/install

tar android-sdk_r24.4.1-linux.tgz

android update sdk -u -s

启动Jenkins

sodo service jenkins start

配置Jenkins

进入 系统管理->Global Tool Configuration
分别为JDK/Ant/Maven配置路径,可以使用whereis命令查询安装路径