Unverified Commit 01b48317 authored by Harsha's avatar Harsha Committed by GitHub
Browse files

Update copy_file_to_wksp.groovy

Showing with 1 addition and 1 deletion
+1 -1
......@@ -29,7 +29,7 @@ def inputGetFile(Map pipelineParams, String savedfile = null) {
inventory_path = "${pipelineParams.currentWs}/ansible/inventory/env"
sh """
cp ${pipelineParams.currentWs}/token.xlsx data_input/
cp ${pipelineParams.currentWs}/token.xlsx ${pipelineParams.currentWs}/data_input/
cp --preserve=links ${pipelineParams.currentWs}/private/ansible/inventory/${pipelineParams.env}/${
pipelineParams.module
}/* ${pipelineParams.currentWs}/ansible/inventory/env/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment