-
Bug
-
Resolution: Fixed
-
Major
-
-
Blue Ocean 1.0-rc3, Blue Ocean 1.1, Blue Ocean 1.1, Blue Ocean 1.2-beta1, Blue Ocean 1.2-beta2, Blue Ocean 1.2-beta3, Blue Ocean 1.2, Blue Ocean 1.3, Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 3, Blue Ocean 1.4 - beta 2, Blue Ocean 1.4 - beta 5
Context
If a input step cannot proceed when approving input an error message is returned from the API but not displayed to the user.
Scope
Show a form error message if we cannot proceed the input.
Example
Jenkinsfile
node { echo 'hello world' input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "admin, B, C" }
Response
{ "message" : "You need to be admin, B, C to submit this", "code" : 400, "errors" : [ ] }
- relates to
-
JENKINS-42921 Error "toast" popup for unhandled errors on the client to do with fetching (500 error class) with opt out
- Closed
-
JENKINS-42872 Inputs with multiple approvers do not work
- Closed
- links to
- mentioned in
-
Page Loading...