Re: Custom metrics

2016-07-11 Thread Andrew Melo
On Friday, June 10, 2016 at 5:42:14 PM UTC-5, Matt Stave wrote: > > You can add build parameters while the build's in flight, with > [jenkinsURL]/cli/command/set-build-parameter > You should be able to refer to those in subsequent builds > > See also https://wiki.jenkins-ci.org/display/JENKINS/P

Re: Custom metrics

2016-06-10 Thread Matt Stave
You can add build parameters while the build's in flight, with [jenkinsURL]/cli/command/set-build-parameter You should be able to refer to those in subsequent builds See also https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin (though I've never used it) --- Matt On Sunday, May 22, 2016 a

Custom metrics

2016-05-22 Thread Andrew Melo
Hello, I had two short questions about what was possible with pipeline jobs: 1) Suppose I want to track some arbitrary values between builds and fail if they have decreased. Is there a way to stash integers/values between builds? For example, let's say I want to enforce that the lint of the codeb