[JIRA] (JENKINS-57871) Input directive is blocking executor in declarative pipeline

7 views
Skip to first unread message

hanbingxin49@gmail.com (JIRA)

unread,
Jun 5, 2019, 9:21:01 PM6/5/19
to jenkinsc...@googlegroups.com
jubel han updated an issue
 
Jenkins / Bug JENKINS-57871
Input directive is blocking executor in declarative pipeline
Change By: jubel han
Here are the simple pipeline that I'm using
{code:
groove groovy }
pipeline {
  agent {
    kubernetes {
      label 'mypod'
    }
  }

  stages {
    stage('input') {
      input {
          message "Should we continue?"
      }
      steps {
        echo "continued"
      }
    }
  }
}
{code}

The issue was originally found in the usual declarative pipeline and it had been fixed eventually.
https://issues.jenkins-ci.org/browse/JENKINS-37515
https://issues.jenkins-ci.org/browse/JENKINS-48379

however, it is reproducing with the kubernete plugin now.
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

hanbingxin49@gmail.com (JIRA)

unread,
Jun 5, 2019, 9:21:02 PM6/5/19
to jenkinsc...@googlegroups.com
jubel han created an issue
Issue Type: Bug Bug
Assignee: Carlos Sanchez
Attachments: input-blocking-executor.png
Components: kubernetes-plugin, pipeline-model-definition-plugin
Created: 2019-06-06 01:20
Environment: Jenkins ver. 2.164.3
kubernetes plugin: 1.15.5
pipeline plugin: 2.6
Pipeline declarative plugin: 1.3.8
Labels: declarative-pipeline input kubernetes-plugin
Priority: Major Major
Reporter: jubel han

Here are the simple pipeline that I'm using

Unable to find source-code formatter for language: groove. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
pipeline {
  agent {
    kubernetes {
      label 'mypod'
    }
  }

  stages {
    stage('input') {
      input {
          message "Should we continue?"
      }
      steps {
        echo "continued"
      }
    }
  }
}

The issue was originally found in the usual declarative pipeline and it had been fixed eventually.
https://issues.jenkins-ci.org/browse/JENKINS-37515
https://issues.jenkins-ci.org/browse/JENKINS-48379

however, it is reproducing with the kubernete plugin now.

jglick@cloudbees.com (JIRA)

unread,
Jul 8, 2019, 2:19:02 PM7/8/19
to jenkinsc...@googlegroups.com

jglick@cloudbees.com (JIRA)

unread,
Jul 16, 2019, 3:28:02 PM7/16/19
to jenkinsc...@googlegroups.com
Jesse Glick updated an issue
 
Change By: Jesse Glick
Labels: declarative-pipeline input kubernetes-plugin

jglick@cloudbees.com (JIRA)

unread,
Jul 16, 2019, 3:43:37 PM7/16/19
to jenkinsc...@googlegroups.com
Jesse Glick assigned an issue to Unassigned
Change By: Jesse Glick
Assignee: Carlos Sanchez
Reply all
Reply to author
Forward
0 new messages