-
Bug
-
Resolution: Fixed
-
Critical
After update to 0.6.1 don't work with pipeline
ERROR: The ansible playbook build step requires to be launched on a node
$ ansible --version ansible 2.2.0.0`
node('ansible') { stage("Setup servers") { ansiblePlaybook( colorized: true, playbook: play_path + 'setup_servers.yml', credentialsId: credentials, extras: parameters ) } }