Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
-
1.0
Description
When editing a step with an integer parameter (for example Sleep), the saved value for this parameter is a string, and this make the resulting pipeline failing.
Here is an sample of what is generated by the pipeline editor
sleep(time: '5', unit: 'MINUTES')
and what is should have been
sleep(time: 5, unit: 'MINUTES')
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | JENKINS-36291 [ 172300 ] |
Component/s | pipeline-model-definition-plugin [ 21706 ] |
Sprint | 1.0 [ 221 ] |
Assignee | James Dumay [ jamesdumay ] | jeremie violas [ jviolas ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "Declarative PR #133 (Web Link)" [ 15655 ] |
Remote Link | Cette demande est liée à "blueocean-pipeline-editor-plugin#30 (Lien Web)" [ 15657 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |