change agent label from CD to ansible

This commit is contained in:
Roberto Cirillo 2022-08-04 13:00:41 +02:00
parent 0759dccca5
commit fbd860296d
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')