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
                )
              }
      }
      

          [JENKINS-40780] Don't work after 0.6.1

          Thank you for the bug report. I'm going to check it ASAP

          Jean-Christophe Sirot added a comment - Thank you for the bug report. I'm going to check it ASAP

          Code changed in jenkins
          User: Jean-Christophe Sirot
          Path:
          src/main/java/org/jenkinsci/plugins/ansible/AnsibleAdHocCommandBuilder.java
          src/main/java/org/jenkinsci/plugins/ansible/workflow/AnsiblePlaybookStep.java
          http://jenkins-ci.org/commit/ansible-plugin/bd1b9280fd83b7860789d0e52382f7adb5c23590
          Log:
          JENKINS-40780 Fix blocker bug when launched in a pipeline

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jean-Christophe Sirot Path: src/main/java/org/jenkinsci/plugins/ansible/AnsibleAdHocCommandBuilder.java src/main/java/org/jenkinsci/plugins/ansible/workflow/AnsiblePlaybookStep.java http://jenkins-ci.org/commit/ansible-plugin/bd1b9280fd83b7860789d0e52382f7adb5c23590 Log: JENKINS-40780 Fix blocker bug when launched in a pipeline

          Fixed in 0.6.2

          Jean-Christophe Sirot added a comment - Fixed in 0.6.2

            sirot Jean-Christophe Sirot
            dolbager Mike S
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: