Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: pipeline
-
Labels:
-
Similar Issues:
Description
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
Attachments
Issue Links
- is related to
-
JENKINS-25550 Hard kill
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
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 |
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 |
Link |
This issue is related to |
Summary | Can't stop nor delete the workflow job when it is awaiting for input | Input step should permit cancellation from anyone with build abort permission |
Labels | permission |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Jesse Glick [ jglick ] | Tom FENNELLY [ tfennelly ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Workflow | JNJira [ 160428 ] | JNJira + In-Review [ 196428 ] |
Component/s | pipeline-general [ 21692 ] |
Component/s | workflow-plugin [ 18820 ] |