-
Bug
-
Resolution: Fixed
-
Minor
Specifying 0.1 in Health report amplification factor will result in bad groovy:
step([$class: 'JUnitResultArchiver', healthScaleFactor: <object of type java.lang.Double>, testResults: '**/target/surefire-reports/*.xml'])
This'll happen with 20.0, 10.5, whatever - any decimal ends up showing up like this.
- is blocking
-
JENKINS-40508 Performance Plugin: Bugs in SimpleBuildStep performanceReport and View
-
- Resolved
-
- is duplicated by
-
JENKINS-40363 Pipeline Snippet Generator:Error when "checkout: General SCM" sample are generated
-
- Resolved
-
-
JENKINS-38004 junit snippet generator with "Health report" Double doesn't generate proper Groovy output
-
- Resolved
-
- links to
[JENKINS-31967] Specifying decimal numbers for JUnit health factor in Pipeline snippets results in invalid code
Epic Link | New: JENKINS-35393 [ 171186 ] |
Component/s | New: structs-plugin [ 21442 ] |
Workflow | Original: JNJira [ 167440 ] | New: JNJira + In-Review [ 182732 ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Component/s | New: workflow-cps-plugin [ 21713 ] | |
Component/s | Original: pipeline [ 21692 ] |
Link |
New:
This issue is duplicated by |
Link |
New:
This issue is duplicated by |
Means DescribableHelper and/or Snippetizer are not yet handling all primitive types. Should be an easy fix.