In our project, we have a lot of SQL Server Jobs (Local SSIS package) and in all of them, we have some common properties.
We don't find a way to "place" these properties somewhere to be used by all the SQL Server Jobs.
For now, we used to set up these properties for each job in the "Set Values" of a step of the job but it's a little bit redundant and we think we can do better.
The question is : How/where I can put these properties to a common place to be used by all the SQL Server Jobs ?
Environment : SQL Server 2019