Skip to content
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

CopyFile Plugin enhancement #2359

Merged
merged 6 commits into from Apr 5, 2017

Conversation

jtobard
Copy link
Contributor

@jtobard jtobard commented Mar 8, 2017

Added new options to the copyfile-plugin.

Added the Recursive option to enter a folder path as sourcePath and the entire content of this folder is going to be copied on destination including nested directories.

Added the Wildcards option to enter the source using wildcards for searching files, and every file matching the expression will be copied to the destination folder.

In booth cases, the destination must be a folder and as usual, must exist.

Example of wildcard usage:

image

Example of recursive usage:

image

As part of the develop, added the capability on core of create folders on local copy of files if it doesn't exist and copy a entire folder recursively.

@gschueler gschueler added this to the 2.8.0 milestone Mar 9, 2017
@gschueler gschueler merged commit d381bbc into rundeck:master Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants