on 2017 Sep 14 5:06 PM
how i can add any property from jenkins in local.proeprties as like db.url? Is it possible to do so?
Request clarification before answering.
Jenkins allows you run shell or Windows commands.
For a Linux environment, you could use the sed command to modify contents of a line, such as db.url.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try to create a web service in Hybris to call Config.setParameter(key, value), and call the web service from Jenkins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.