generated from gCubeCI/Pipeline-Docker-Template
small change
This commit is contained in:
parent
95f4b719b3
commit
0cbce19b5f
|
@ -6,16 +6,16 @@
|
|||
* Roberto Cirillo (ISTI-CNR)
|
||||
*/
|
||||
|
||||
def agent_root_folder = '/var/lib/jenkins/.m2'
|
||||
def agent_root_folder = '/var/lib/jenkins/.m2'
|
||||
|
||||
//locate the deploy file
|
||||
def agent_deploy_file = // "${action_root}/${action_file}"
|
||||
def agent_deploy_file = // "${action_root}/${action_file}"
|
||||
|
||||
//locate the ansible home
|
||||
//def agent_ansible_home= '${agent_root_folder}/path/to/ansible';
|
||||
//println "Querying ${actionURL}"
|
||||
|
||||
pipeline {
|
||||
pipeline {
|
||||
|
||||
agent {
|
||||
label 'CD'
|
||||
|
@ -134,5 +134,5 @@ pipeline {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue