码迷,mamicode.com
首页 > 系统相关 > 详细

Mac Jenkins

时间:2019-05-20 18:57:03      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:doctype   undle   配置   过程   list   ict   symbol   导出   nbsp   

搞了俩天的Jenkins,网上的流程都很详细,所以不在叙述过程,记录下自己遇到的问题。

1. Jenkins 运行环境 JDK。

2. 关联gitlab的时候,权限问题,当前gitlab对应的用户要和Jenkins上添加的用户一致。

$ git config user.name "yourname"
$ git config user.email "youremail@youremail.com"

 3. 关于导出ipa的指令,需要对应的plist文件,如下

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>compileBitcode</key>
	<false/>
	<key>method</key>
	<string>development</string>
	<key>provisioningProfiles</key>
	<dict>
		<key>bundleID</key>
		<string>配置文件</string>
	</dict>
	<key>signingCertificate</key>
	<string>iPhone Developer</string>
	<key>signingStyle</key>
	<string>manual</string>
	<key>stripSwiftSymbols</key>
	<true/>
	<key>teamID</key>
	<string>xxxxxxxx</string>
	<key>thinning</key>
	<string><none></string>
</dict>
</plist>

 

Mac Jenkins

标签:doctype   undle   配置   过程   list   ict   symbol   导出   nbsp   

原文地址:https://www.cnblogs.com/jztsdwn/p/10895828.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!