-
I am also facing same issue.
-
This confirmed to be a bug. To work around this issue for now, please clone the repository to local, edit the build spec file and add the missing condition field:
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFULThen commit and push the change.
-
State changed as build OD-7256 (15.0.0) is successful
-
OneDev
changed state to 'Closed' 2 months ago
Previous Value Current Value Open
Closed
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
14.1.9
|
| Labels |
No labels
|
Issue Votes (0)
Description
Opening the pipeline configuration UI results in a crash when the
conditionfield is missing in aCommandStep. The UI does not handle null enum values and throws a NullPointerException during rendering.Steps to Reproduce
CommandStepwithout theconditionfieldExpected Behavior
UI should either:
Actual Behavior
UI crashes with a NullPointerException:
Full stack trace:
Pipeline Used
Environment
Impact