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

change the stage view to pipeline graph view on infra.ci #4435

Closed
smerle33 opened this issue Dec 3, 2024 · 6 comments
Closed

change the stage view to pipeline graph view on infra.ci #4435

smerle33 opened this issue Dec 3, 2024 · 6 comments

Comments

@smerle33
Copy link
Contributor

smerle33 commented Dec 3, 2024

Service(s)

ci.jenkins.io, infra.ci.jenkins.io

Summary

change the staging view to the pipeline graph view in the build page view

Reproduction steps

No response

@smerle33 smerle33 added the triage Incoming issues that need review label Dec 3, 2024
@smerle33 smerle33 added this to the infra-team-sync-2024-12-10 milestone Dec 3, 2024
@dduportal dduportal removed the triage Incoming issues that need review label Dec 3, 2024
@smerle33
Copy link
Contributor Author

smerle33 commented Dec 5, 2024

I found this jenkinsci/pipeline-graph-view-plugin#312 that would do the trick, I tried manually on the UI on infra.ci which did this :

Capture d’écran 2024-12-05 à 10 49 50

by comparing the as code version, it was this part:

pipelineGraphView:
    showGraphOnBuildPage: true
    showGraphOnJobPage: true

but then I saw this in the source code https://github.com/jenkins-infra/kubernetes-management/blob/625a0b6fb2e53a597cfcbdb31e5ce105d63f6796/config/jenkins_infra.ci.jenkins.io.yaml#L740-L742

          pipelineGraphView:
            showGraphOnBuildPage: true
            showGraphOnJobPage: false # change to true if pipeline-stage-view is removed

pointing to jenkins-infra/kubernetes-management#4889

so I need confirmation that the problem have been solved and we can have both plugins installed or if we need to choose between them.

@timja
Copy link
Member

timja commented Dec 5, 2024

I think you need to uninstall the stage view plugin

@smerle33
Copy link
Contributor Author

smerle33 commented Dec 10, 2024

waiting for wednesday to avoid any hickup with the weekly release
done online on infra.ci to see and talked during today meeting

smerle33 added a commit to jenkins-infra/docker-jenkins-infraci that referenced this issue Dec 10, 2024
smerle33 added a commit to jenkins-infra/kubernetes-management that referenced this issue Dec 10, 2024
dduportal pushed a commit to jenkins-infra/docker-jenkins-infraci that referenced this issue Dec 10, 2024
smerle33 added a commit to jenkins-infra/kubernetes-management that referenced this issue Dec 10, 2024
@smerle33
Copy link
Contributor Author

done on infra.ci, lets postpone ci.jenkins.io until we are ok with this on infra.ci

@smerle33 smerle33 changed the title change the stage view to pipeline graph view on infra.ci and then ci.jio change the stage view to pipeline graph view on infra.ci ~~and then ci.jio~~ Dec 10, 2024
@smerle33 smerle33 changed the title change the stage view to pipeline graph view on infra.ci ~~and then ci.jio~~ change the stage view to pipeline graph view on infra.ci Dec 10, 2024
@dduportal
Copy link
Contributor

@smerle33 don't forget to open your RFE about build times in the plugin's JIRA ;) I also have one to open

@smerle33
Copy link
Contributor Author

smerle33 commented Dec 10, 2024

@smerle33 don't forget to open your RFE about build times in the plugin's JIRA ;) I also have one to open

I think it's on github issues for this plugin https://plugins.jenkins.io/pipeline-graph-view/

here it is jenkinsci/pipeline-graph-view-plugin#565

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

No branches or pull requests

3 participants