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

Update copy_file_to_wksp.groovy

Showing with 2 additions and 2 deletions
+2 -2
......@@ -27,8 +27,8 @@ def inputGetFile(Map pipelineParams, String savedfile = null) {
stage('ansible-run') {
println pipelineParams
inventory_path = "${pipelineParams.currentWs}/ansible/inventory/env"
sh """
inventory_path = "${pipelineParams.currentWs}/ansible/inventory/${pipelineParams.env}/${pipelineParams.module}"
sh """
cp ${pipelineParams.currentWs}/token.xlsx ${pipelineParams.currentWs}/data_input/
ansible-playbook -i ${
inventory_path
......
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