set agent label to ansible

This commit is contained in:
Roberto Cirillo 2022-09-08 12:07:26 +02:00
parent cc890e4b8b
commit e075a3d92b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ backupList = agent_root_folder+'/'+agent_deploy_backup_filename;
pipeline {
agent {
label 'CD'
label 'ansible'
}
options {
ansiColor('xterm')