Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-26363

Input step should permit cancellation from anyone with build abort permission

      Given I am Jenkins administrator when I create a job like the following:

      node {
        echo "test"
        input id: 'Edebd25a79a1ac52da788eba9a7fcc3a', message: 'hey!', ok: 'yo', submitter: 'foobar' parameters: []
      }
      

      ... I'm not able to answer the question it asks as I get an error saying "You need to be foobar to submit this" and I'm unable to stop/kill the job (it just doesn't work).

      Probably there should be special permission for admins to stop such jobs and/or the plugin should check if the submitter is a real person when saving/running the job.

      I'm using Jenkins ver. 1.596 and workflow plugin v1.1

          [JENKINS-26363] Input step should permit cancellation from anyone with build abort permission

          Timur Batyrshin created issue -
          Timur Batyrshin made changes -
          Description Original: Given I am Jenkins administrator when I create a job like the following:
          {code}
          node {
            echo "test"
            input id: 'Edebd25a79a1ac52da788eba9a7fcc3a', message: 'hey!', ok: 'yo', submitter: 'foobar' parameters: []
          }
          {code}
          ... I'm unable to stop/kill the job as I get an error saying "You need to be foobar to submit this".


          Probably there should be special permission for admins to stop such jobs and/or the plugin should check if the submitter is a real person when saving/running the job.

          I'm using Jenkins ver. 1.596 and workflow plugin v1.1
          New: Given I am Jenkins administrator when I create a job like the following:
          {code}
          node {
            echo "test"
            input id: 'Edebd25a79a1ac52da788eba9a7fcc3a', message: 'hey!', ok: 'yo', submitter: 'foobar' parameters: []
          }
          {code}
          ... I'm not able to answer the question it asks as I get an error saying "You need to be foobar to submit this" and I'm unable to stop/kill the job (it just doesn't work).


          Probably there should be special permission for admins to stop such jobs and/or the plugin should check if the submitter is a real person when saving/running the job.

          I'm using Jenkins ver. 1.596 and workflow plugin v1.1
          Jesse Glick made changes -
          Link New: This issue is related to JENKINS-25550 [ JENKINS-25550 ]
          Jesse Glick made changes -
          Summary Original: Can't stop nor delete the workflow job when it is awaiting for input New: Input step should permit cancellation from anyone with build abort permission
          Jesse Glick made changes -
          Labels New: permission
          Tom FENNELLY made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Tom FENNELLY made changes -
          Assignee Original: Jesse Glick [ jglick ] New: Tom FENNELLY [ tfennelly ]
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 160428 ] New: JNJira + In-Review [ 196428 ]
          Andrew Bayer made changes -
          Component/s New: pipeline-general [ 21692 ]
          Andrew Bayer made changes -
          Component/s Original: workflow-plugin [ 18820 ]

            tfennelly Tom FENNELLY
            erthad Timur Batyrshin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: