Unverified Commit fe24b90c authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Merge pull request #676 from rjshrjndrn/shared-lib

Issue #000 feat: Preserving soft links
Showing with 1 addition and 1 deletion
+1 -1
......@@ -33,7 +33,7 @@ def call(Map pipelineParams) {
inventory_path = "${pipelineParams.currentWs}/ansible/inventory/env"
sh """
cp -r ${pipelineParams.currentWs}/private/ansible/inventory/${pipelineParams.env}/${
cp -r --preserve=links ${pipelineParams.currentWs}/private/ansible/inventory/${pipelineParams.env}/${
pipelineParams.module
}/* ${pipelineParams.currentWs}/ansible/inventory/env/
ansible-playbook -i ${
......
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