removed unused var

This commit is contained in:
Roberto Cirillo 2022-04-14 17:45:29 +02:00
parent f0e67ccdf9
commit 95f4b719b3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 {