From e075a3d92b1e30d06b1064852b32291a96bc5f73 Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Thu, 8 Sep 2022 12:07:26 +0200 Subject: [PATCH] set agent label to ansible --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e262d42..e4682d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ backupList = agent_root_folder+'/'+agent_deploy_backup_filename; pipeline { agent { - label 'CD' + label 'ansible' } options { ansiColor('xterm')