Read versionName of build.gradle from Jenkins
问题 I'm using Jenkins for my Android app builds. On every build, I get some info, like build number, etc... I'm searching a way to read the versionName value of in the build.gradle when Jenkins build the job. I know we can get the buildNumber with the $BUILD_NUMBER env variable, but how to get the versionName ? 回答1: You could do this by adding an Execute Shell step which determines the versionName , and exporting it as an environment variable using the EnvInject Plugin. Assuming your build.gradle