-
Bug
-
Resolution: Not A Defect
-
Minor
Discovered it during testing of JENKINS-50665
Example (for nonCPS wrapper which may not work correctly as jglick mentioned in the PR):
nonCPS.exec() { def formatter = new org.jfree.chart.axis.QuarterDateFormat() printTimestamp arg1: 'foo', formatter: formatter, persistFormatter: true }
- is related to
-
JENKINS-50752 ArgumentsAction Can Fail Serialization Of FlowNodes and Build When Given Unserializable input
-
- Resolved
-
- relates to
-
JENKINS-50633 JEP-200 - org.apache.maven.model.Model might be dangerous, so rejecting
-
- Resolved
-
- links to
[JENKINS-50670] Pipeline job does not fail when serialization of Pipeline steps arguments fails within NonCPS
Labels | New: JEP-200 diagnostics |
Link |
New:
This issue relates to |
Remote Link | New: This issue links to "https://github.com/jenkinsci/workflow-cps-plugin/pull/218 (Web Link)" [ 20396 ] |
Description | Original: Discovered it during testing of JENKINS-50665 |
New:
Discovered it during testing of JENKINS-50665 Example (for nonCPS wrapper which may not work correctly as [~jglick] mentioned in the PR): {code:java} nonCPS.exec() { def formatter = new org.jfree.chart.axis.QuarterDateFormat() printTimestamp arg1: 'foo', formatter: formatter, persistFormatter: true } {code} |
Description |
Original:
Discovered it during testing of JENKINS-50665 Example (for nonCPS wrapper which may not work correctly as [~jglick] mentioned in the PR): {code:java} nonCPS.exec() { def formatter = new org.jfree.chart.axis.QuarterDateFormat() printTimestamp arg1: 'foo', formatter: formatter, persistFormatter: true } {code} |
New:
Discovered it during testing of JENKINS-50665 Example (for nonCPS wrapper which may not work correctly as [~jglick] mentioned in the PR): {code:java} nonCPS.exec() { def formatter = new org.jfree.chart.axis.QuarterDateFormat() printTimestamp arg1: 'foo', formatter: formatter, persistFormatter: true } {code} |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Reproduced the issue in https://github.com/jenkinsci/workflow-cps-plugin/pull/218 (autotest)