generated from gCubeCI/Pipeline-Docker-Template
set agent label to ansible
This commit is contained in:
parent
cc890e4b8b
commit
e075a3d92b
|
@ -36,7 +36,7 @@ backupList = agent_root_folder+'/'+agent_deploy_backup_filename;
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
label 'CD'
|
label 'ansible'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
ansiColor('xterm')
|
ansiColor('xterm')
|
||||||
|
|
Loading…
Reference in New Issue