Thanks Bro. I have a question. Why are you using the property file from your local computer? What will happen if someone else in the team want to add two more values to that property file?
@AJAUTOMATION9 ай бұрын
Yes you can keep it in gitlab repo and copy it to remote location machine on a server, that path of file you can give in the Jenkins. Make sure that path of file is accessible to jenkins, your devOps team can help to setup this... If you want to keep it common across all the Jenkins jobs, above will work. Store separately if you want to make it static for jenkins job.
@SSM356 Жыл бұрын
Hi, Very informative. I have a question, can we specify the path of file in git instead of giving the system location of property file?
@AJAUTOMATION Жыл бұрын
Yes we can do that...
@kra9778 Жыл бұрын
@@AJAUTOMATION any idea when I give properties file path from git repo - it gives a error- config.properties doesnt seem to exist.
@hmsvigle10 ай бұрын
Hi Sir, My requirement is to reflect values from property file based on the choice option. Like if choice=A ==> Reflect A1,A2,A3 (from property file) & choice=B ==> Reflect B1,B2,B3 (from property file). How to configure this ? Kindly help to explain once !!
@AJAUTOMATION10 ай бұрын
Need to check if active choice parameters help to achieve this
@creativethinker9262 жыл бұрын
Hi , I have a question. I need a textbox where either user can input data or he can select from active choice parameters. How can we achieve this?
@AJAUTOMATION2 жыл бұрын
Understand u r requirements but with current available jenkins features we can have one at a time either input or pick from predefined drop down values.
@creativethinker9262 жыл бұрын
@@AJAUTOMATION Oh Ok...that one they need to include. Thank you so much 😃 i have to check is there someway we can do that
@jayantbhade5367 Жыл бұрын
I want to change application property file content how it be possible in jenkings?