generated from gCubeCI/Pipeline-Docker-Template
removed unused var
This commit is contained in:
parent
f0e67ccdf9
commit
95f4b719b3
|
@ -12,7 +12,7 @@ def agent_root_folder = '/var/lib/jenkins/.m2'
|
|||
def agent_deploy_file = // "${action_root}/${action_file}"
|
||||
|
||||
//locate the ansible home
|
||||
def agent_ansible_home= '${agent_root_folder}/path/to/ansible';
|
||||
//def agent_ansible_home= '${agent_root_folder}/path/to/ansible';
|
||||
//println "Querying ${actionURL}"
|
||||
|
||||
pipeline {
|
||||
|
|
Loading…
Reference in New Issue