Copy Single file from folder
My folder has Nnumber of files but when i create the artifacts i need only a single
build/Abc => Abc/aa.config
It copy all the files from folder,Where as i need only aa.config in my artifacts
Could any one help me on this?
Please sign in to leave a comment.
Hello Prakschoudhary,
You can specify just "build/Abc/aa.config" if you want to publish only one file.
Or "build/Abc/aa.config => Abc/aa.config" if you want to publish a file into some directory.