简体   繁体   中英

Can configure Jenkins pipeline with fastlane commands in xcode project file

i'm working on iOS project which have continous intergration set up, i wanted to create a jenkins pipeline for my project to run automation steps to do build,test and etc operations. For the automation process i'm using Fastlane tool, so how can i sync up the jenkins pipeline with my Fastlane commands in it? I got few examples related to maven commands in pipeline file, as maven plugin option is already available in jenkins, similary how can i achieve the same for fastlane. I need few examples to write my declarative pipeline syntax in my xcode project jenkins file.

Also i would like to know should the jenkinspipe line file should be inside the xcode project or it should be under the master branch ?

Any help is appreciated. Thanks.

Refer Following Document for configuration of jenkins with fastlane.

https://docs.fastlane.tools/actions/upload_to_app_store/#jenkins-integration

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM