-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
A parameter for specifying a particular script file for execuation #122
Comments
@stewartbryson Hello, please check the above feature request and attached PR for proposed changes. Thank you. |
I've been traveling the last 2 weeks... sorry for the delay. I'm curious... have you tested passing the full path to the file to |
@stewartbryson Hello. We tried with pipeline-dir but it does not work and returns an error that reports that a directory path is expected. |
PR is merged. Please test and close this issue if it’s working. Thanks a bunch for the contribution. |
Is your feature request related to a problem? Please describe.
We use gradle-confluent for in our CI/CD. We often come across scenarios where we want to execute a single file rather than all files under a directory.
Describe the solution you'd like
If there was a pipeline-file parameter to specify a particular file in the pipeline directory, then it would allow us specify required file.
Example:
This would read following file for execution:
Note that adding new param is backward compatible.
Describe alternatives you've considered
Alternative solution was to put every file in a directory so we can specify the wrapper directory if we wanted to execute a single file. This was not a clean solution so we did not go ahead with this.
Additional context
Proposed changes:
#121
The text was updated successfully, but these errors were encountered: