开头
这两天iOS圈子里边jenkins还是比较火哒,出了好多这种文章,在下也忍不住试了试,发现坑还是挺多的。这篇文章属于jenkins项目配置,整理了我在jenkins项目配置中所遇到的问题,文章还不完善,希望各位帮助完成和指正。有更好的解决方案请不吝赐教。
jenkins下载安装配置参考
jenkins的下载安装配置参考了 @lp_马建成 的两篇文章
示例程序项目结构
开始
1.
配置名称2.
配置svn3.
添加构建步骤4.
添加构建选好之后的样子5.貌似说错了,应该先应用再保存??
具体的配置6.
没什么写的7.
没什么写的8.
查看log
9.(更新)这一步报错是因为我第五步的时候手残眼残把路径敲错了,有两处${WORKSPACE}/build敲成了$(workspace)/build,下来应该没错了,有错请联系我。
写在后面
十分感谢@lp_马建成提供的帮助
如有疑问,请联系 微博@史上最帅的正常东 邮箱gwd@guweidong.cn
网友评论
[Meifabao] $ /usr/bin/xcodebuild -list -workspace Meifabao.xcworkspace
xcodebuild: error: 'Meifabao.xcworkspace' does not exist.
Build step 'Xcode' marked build as failure
An attempt to send an e-mail to empty list of recipients, ignored.
Build step 'Execute shell' marked build as failure
Finished: FAILURE,可以确定的是pod应该没问题,我用很久了。但是这里提示我调用不存在,希望能得到你的帮助。
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution [CP]\ Copy\ Pods\ Resources /Users/****/Library/Developer/Xcode/DerivedData/zjsy-ddwmbjmaplsowjfwjpbbwxkalcjy/Build/Intermediates/zjsy.build/Release-iphoneos/zjsy.build/Script-132534E09255673A2629FF6B.sh
(1 failure)
Build step 'Xcode' marked build as failure
Finished: FAILURE
“
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer/
pod install
xcrun xcodebuild clean build
”
Build settings from command line:
CONFIGURATION_BUILD_DIR = /Users/Shared/Jenkins/Home/jobs/testJenkins/workspace/build
执行到这步不动了!能帮忙看一下么!
你好,scheme是不是需要怎么设置的?我一直报这个按照你的设置还是有报错哦,是不是需要编译后上传,一下是搜索的答案:
这里需要注意,你使用的当前运行jenkins的mac电脑,需要执行下程序,进而产生当前电脑用户的scheme,然后上传到svn,这时再下载的时候,才会存在该用户的scheme,否则svn代码原来不带该用户的scheme,就不能build成功,报错说当前的workspace不存在xxx scheme。
+ pod install
/Users/Shared/Jenkins/tmp/hudson1518375343539035919.sh: line 2: pod: command not found
Build step 'Execute shell' marked build as failure
Finished: FAILURE
按照你的配置,为什么会报错啊?楼主,难道是没权限?