Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Graph - TREND #328

Open
thiagosouza448 opened this issue May 4, 2023 · 0 comments
Open

Build Graph - TREND #328

thiagosouza448 opened this issue May 4, 2023 · 0 comments

Comments

@thiagosouza448
Copy link

thiagosouza448 commented May 4, 2023

What feature do you want to see added?

I've a task in my work that i need to show build graph trend for business people, and they want change execution build number to build-details execution datetime or only %H:%M:%S, i inspect code of the plugin for jenkins and and tryed modify in file (floatingBox.jelly) but I didn't find this classe in /var/lib/jenkins/plugins

ALLURE

<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:local="local">
    <j:if test="${action.canBuildGraph}">
        <j:set var="a" value="${action.lastAllureBuildAction}" />
        <img lazymap="${a.buildNumber}/${a.urlName}/graphMap" src="${a.buildNumber}/${a.urlName}/graph"
        alt="Allure results trend"/>
    </j:if>
</j:jelly>

currently this automation runs as a observable because our service is external and does not provide access for observability package, and this automation runs every 10 minutes and i want show this trend graphs as a progressive runs

Upstream changes

No response

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

No branches or pull requests

1 participant