Open stephanh opened 8 years ago
Hi, @stephanh , for this problem, I think it's a bug in web ui.
When save the job configuration with web ui, the following rest api will be called:
PUT http://
There is no environmentVariables, arguments, container, constraints, scheduleTimeZone. So all these attributes will be discarded if save the job with web ui.
I think adding these missing attributes when save the job with web ui can fix this problem.
This is a severe bug. Any interaction on the UI is breaking all the jobs. Even if you just edit and click "save", this will wipeout all the settings.
I have a job that is created using the REST api. When I use the web UI to disable the job it changes the rest of the job configuration.
Job as it was created:
Job after using the web ui to disable it: