We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am trying to set:
framework.plugin.ExecutionFileStorage.azure-storage.path=logs/${job.name}-${job.project}/${job.execid}.log
but logs are always created in path that is formated according default pattern:
framework.plugin.ExecutionFileStorage.azure-storage.path=logs/${job.project}/${job.execid}.log
It doesn't matter if it is set project or framework wise (or both). I am missing something obvious ?
I am using rundeck 3.3.0 and 1.0.6 plugin versions.
The text was updated successfully, but these errors were encountered:
Hi,
I have the same problem. The configuration in framework.properties is ignored. I`m using Rundeck 3.4.0 and plugin version 1.0.7.
Sorry, something went wrong.
No branches or pull requests
Hi,
I am trying to set:
framework.plugin.ExecutionFileStorage.azure-storage.path=logs/${job.name}-${job.project}/${job.execid}.log
but logs are always created in path that is formated according default pattern:
framework.plugin.ExecutionFileStorage.azure-storage.path=logs/${job.project}/${job.execid}.log
It doesn't matter if it is set project or framework wise (or both).
I am missing something obvious ?
I am using rundeck 3.3.0 and 1.0.6 plugin versions.
The text was updated successfully, but these errors were encountered: