I build with fastlane ios lanename
but for integration into Jenkins want to override the output file name. By default output names are defined in the Fastfile gym options but I want to add version and build number to the filename in Jenkins.
However this command doesn't cut it:
fastlane ios build_dev_stg output_name:"App_Dev_Staging_2.5.1.3452"
After trying this, the output filename is still the same as defined in the Fastfile. Is there any other way to override this?