-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Component/s: core, workflow-job-plugin
-
Labels:None
-
Environment:Jenkins 2.7.1
workflow-job-plugin 2.9
workflow-multibranch-plugin 2.9.2
-
Similar Issues:
Using the snippet generator to generate the code for a reverse build trigger generates code like this:
properties([pipelineTriggers([upstream(threshold: <object of type hudson.model.Result>, upstreamProjects: 'foo')])])
The Result object needs to be displayed as e.g. hudson.model.Result.SUCCESS.
I'm not sure in which component this needs to be fixed; I've filed against core (which implements ReverseBuildTrigger) and workflow-job-plugin (which defines pipelineTriggers).
- duplicates
-
JENKINS-34464 DescribableModel can't inspect ReverseBuildTrigger; need binding for Result
-
- Resolved
-
Field | Original Value | New Value |
---|---|---|
Link |
This issue duplicates |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Duplicate [ 3 ] |
I've also just run a 2.19.4 Docker image and confirmed that the problem still exists there.