0

Currently, I am using Jenkins, fastlane and Hockey to do UITesting and deliver application to end users. I have set up in Jenkins to automatically upload ipa file to hockey.

I need to upload to hockey daily and I can run script for that. But how can I increase version every time when I upload to hockey?

Also, to be safe, I don't want to store that version number in local file or something. Instead, I want to retrieve version number from hockey and increase based on that number. Is there anyway to implement that one?

Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120

1 Answers1

0

You can use fastlane's increment_build_number action for this.

Lukas Spieß
  • 2,478
  • 2
  • 19
  • 24