Question

My goal is to print out somewhere on my Jenkins project page what the last version was that got built. To be clear, if I have the following in my manifest:

android:versionName="1.4.43"

I'd like to print out a little blurb somewhere that says:

Last version: 1.4.43

Has anybody done something like this before?

Was it helpful?

Solution

Can you see your Version name in the console output ?

if so you can use description setter plug in to display the version, on the build history. is that what you want to do ?

https://wiki.jenkins-ci.org/display/JENKINS/Description+Setter+Plugin

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top