Hi,
I would like to save the build file (ipa and apk file) with unique name (like current date+new build number), build number should be reset every day based on Jenkins job like 20190209.*1* 20190209.*2* 20190209.3 20190209.4 20190210.*1* 20190210*.2* 20190210.3 20190210.4 I tried in build name setter plugin but couldn't reset build number every day. This functionality is available in TFS like $(date:yyyyMMdd)$(rev:.r). Please suggest me how to implement this approach in jenkins job. Regards, Pradeep -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7fd9b66c-2ad9-4d14-8d1f-62d7878087e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
