Creating dynamic build property
Hello,
I'm working on RTC 4.0.6. Setting up a simple build using JBE. I'd like to create a property that can be passed to the build script. I need the value of the property to be dynamic because it should be current date when that property is used. How do I create a dynamic property like this?
I'm working on RTC 4.0.6. Setting up a simple build using JBE. I'd like to create a property that can be passed to the build script. I need the value of the property to be dynamic because it should be current date when that property is used. How do I create a dynamic property like this?
One answer
Hi,
If you request a build manually, you can edit the build properties when you request build. But if the build is started by schedule I don't think you can set the build property dynamically from RTC. However you can edit your build script to get the current date programmatically.
If you request a build manually, you can edit the build properties when you request build. But if the build is started by schedule I don't think you can set the build property dynamically from RTC. However you can edit your build script to get the current date programmatically.