small change

This commit is contained in:
Roberto Cirillo 2022-04-15 14:31:21 +02:00
parent 95f4b719b3
commit 0cbce19b5f
1 changed files with 4 additions and 4 deletions

8
Jenkinsfile vendored
View File

@ -6,16 +6,16 @@
* Roberto Cirillo (ISTI-CNR) * Roberto Cirillo (ISTI-CNR)
*/ */
def agent_root_folder = '/var/lib/jenkins/.m2' def agent_root_folder = '/var/lib/jenkins/.m2'
//locate the deploy file //locate the deploy file
def agent_deploy_file = // "${action_root}/${action_file}" def agent_deploy_file = // "${action_root}/${action_file}"
//locate the ansible home //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}" //println "Querying ${actionURL}"
pipeline { pipeline {
agent { agent {
label 'CD' label 'CD'
@ -134,5 +134,5 @@ pipeline {
} }
} }
} }