Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
Jenkins Version: 2.56
Plugin version: latest (at 26h April 2017)
Pipeline Version: 2.5
Java version: (build 1.8.0_51-b16)
Description
The pipeline view does not show the button to stop a running pipeline build, if the user does not has the right administer.
with the right administer:
without the right administer:
On the startpage the button does show the stop button independent of the administer right and the user can stop the build. So it seems to be a gui problem not a problem with the underlying security model:
Attachments
Issue Links
- is duplicated by
-
JENKINS-46330 Users cannot cancel builds of non-AbstractProject jobs from build history
-
- Resolved
-
- links to
Looks to be due to https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly#L64 - the ABORT permission is specific to AbstractProject and so is never actually granted in WorkflowJob world.