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

Merge pull request #677 from rjshrjndrn/shared-lib

Preserving soft links for common.yml and secrets.yml
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 --preserve=links ${pipelineParams.currentWs}/private/ansible/inventory/${pipelineParams.env}/${
cp --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