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 codebase gets better with each commit or github pull request. Is there a step/command that could be used within groovy to extract the previous value to make the comparison? Or, am I stuck basically manually copying results to "magic" places on the master that later builds can suck down. 2) Let's suppose that I want to publish a trend of these values as a graph on the main job page. I know there's the HTML publisher that can publish arbitrary pages, but that's buried another click down. Is there a way to have custom charts/HTML show up on the job/build pages themselves? Thanks! Andrew -- -- Andrew Melo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAJY4aWHCpRWdaigvsBSJnobD2MEE3%3DgJNB57C5Ftr3dHGc6aqA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
