Hi,
We have a question regarding the industrialisation process from one environment to another:
We have two environments (production and test). The jobs are simply constructed in test and then passed onto production when validated.
The naming convention in place, requires that the job's name should have the environment within it. Therefore, when we pass the job in production we should modify the job's name afterward, either in the client or the xml when exported. Both solution are not great, is there a better solution, what is the recommended solution for this use case?