-
Notifications
You must be signed in to change notification settings - Fork 66
Configurable CPF config file #762
Comments
@kosed can you submit your changes in a PR against the dev branch? Instructions in CONTRIBUTING.md |
@kosed I think there is no need for changes. Please confirm if that works for you by closing this ticket. |
Hello, @dmcassel, our change is a basic one liner but I haven't been able to read the contributing info page so far. @grtjn, Using properties is a very interesting solution for this case. |
Ah, parametrized in thát way. No, there are no options yet to enable/disable pipelines or domains with properties. Making the filename of the pipeline-config configurable makes sense. And that is probably indeed pretty much a oneliner.. :) |
Fixed #762: Made pipeline-config.xml configurable
Wasn't a oneliner after all, but not very difficult either.. Fixed in DEV.. |
Thanx @grtjn :-) |
Parametirized pipeline-config file
We are using for a project with multiple environments. We therefore have multiple $env.properties file.
We are using CPF and we also need to have different pipeline-config files but the "pipeline-config.xml" is hard coded and this is not possible.
We have made the change in server_config.rb (monkey patching as you described was also an option) by using a property variable instead of the hard coded filename.
Roxy version : 1.7.5
The text was updated successfully, but these errors were encountered: