Skip to content

Conversation

@rpionke
Copy link
Member

@rpionke rpionke commented Nov 17, 2016

PR #73 was incomplete and was missing some getter & setters.
Its now possible to use the snippet generator without any issues.

@codecov-io
Copy link

codecov-io commented Nov 17, 2016

Current coverage is 42.36% (diff: 60.00%)

Merging #74 into master will decrease coverage by 7.98%

@@             master        #74   diff @@
==========================================
  Files            28         28          
  Lines          2449       2370    -79   
  Methods           0          0          
  Messages          0          0          
  Branches        396        390     -6   
==========================================
- Hits           1233       1004   -229   
- Misses         1091       1252   +161   
+ Partials        125        114    -11   

Powered by Codecov. Last update 520a9a0...ff9e248

@henok321
Copy link

Will there be a release containing this feature in the near future?

@undera
Copy link
Member

undera commented Nov 19, 2016

I'm on a business trip now, will release it when I'm back ~2 weeks from now

@undera undera merged commit 6af1a2c into jenkinsci:master Nov 21, 2016
@undera
Copy link
Member

undera commented Dec 7, 2016

I did release 1.16

@henok321
Copy link

henok321 commented Dec 7, 2016

When will the release be available in the jenkins plugin archive. You updated the release note but the latest version is still 1.15.

https://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin

@undera
Copy link
Member

undera commented Dec 7, 2016 via email

@rpionke
Copy link
Member Author

rpionke commented Dec 7, 2016

@henok321 the release to the update center lasts 3-4 hours. You can download the hpi file here: https://updates.jenkins-ci.org/download/plugins/performance/

@henok321
Copy link

henok321 commented Dec 7, 2016

@undera and @rpionke I updated the plugin and the following problems occured:

  • Missing PerformanceTrend in Job-View

missing_trend

  • Duplicated Performance Report in Build-View

duplicated_report

  • Snippet generator cannot handle double values of relative thresholds

performanceReport compareBuildPrevious: false, configType: 'MRT', errorFailedThreshold: 0, errorUnstableResponseTimeThreshold: '', errorUnstableThreshold: 0, failBuildIfNoResultFile: false, modeOfThreshold: false, modePerformancePerTestCase: true, modeThroughput: false, nthBuildNumber: 0, parsers: [], relativeFailedThresholdNegative: <object of type java.lang.Double>, relativeFailedThresholdPositive: <object of type java.lang.Double>, relativeUnstableThresholdNegative: <object of type java.lang.Double>, relativeUnstableThresholdPositive: <object of type java.lang.Double>

I had to replace <object of type java.lang.Double> manually by the correct double values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants