Using https://github.com/HazAT/badge I want to use xcode build version parameter and version parameter as parameters to the badge software:
badge --shield "Version-${version}-${buildversion}"
in the jenkins pipeline. Now which env parameters should I use in jenkins or how to extract the version parameters in either fastlane or jenkins pipeline?
I suppose this is about following variables: CFBundleVersion CFBundleShortVersionString