Force download deployment files using action.properties file
I am currently manually download the deployment files in case of any issue in offline store by running the below atom from xenvironment screen,
1)download-deployment-file
2)PROCESS_UPDATES_IMMEDIATE
To avoid this manual ask I want to schedule the same for this I have written the below lines in action.properties file under environment/custo_config/version folder but files are unable to download at mention time(4pm)
atom.force-download-deployment-file.permitted_start_times=,16:00,00
atom.PROCESS_UPDATES_IMMEDIATE.permitted_start_times=,16:00,00
Xstore version is 17.0.1
Regards