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

Jenkins build: No queries when builds have finished #8829

Closed
gerhardol opened this issue Feb 6, 2021 · 1 comment · Fixed by #8833
Closed

Jenkins build: No queries when builds have finished #8829

gerhardol opened this issue Feb 6, 2021 · 1 comment · Fixed by #8833
Labels
area: plugins type: bug 🐛 type: regression regression, normally to latest official release

Comments

@gerhardol
Copy link
Member

gerhardol commented Feb 6, 2021

Current behaviour

Regression in #8716
(some discussions there)

Jenkins builds are updated when first opening and while a build is running. After that, no new builds are displayed.
You may refresh to trigger the status again.

Jenkins and Appveyor work in the same way, they always query all builds (Jenkins has a check for the latest build to find if a full query is needed).
However, AppVeyor only loads builds when refreshing, so the behavior is unchanged.
TeamCity etc can query for builds since a current time so they are not affected.

Expected behaviour

New builds are updated in the grid

Steps to reproduce

  • Open a repo with Jenkins.
  • Open and see status of builds
  • (patiently for) new builds will only be displayed at refresh

Few public Jenkins repos where this can be tested (especially with pipelines). One public where status can be seen (but not updated https://jenkins.mono-project.com/

Did this work in previous version of GitExtensions

Before #8716

Environment

  • Git Extensions 33.33.33
  • Build db4a7087e673733daa25e1026f7b5cab603a74d1
  • Git 2.30.0.windows.2
  • Microsoft Windows NT 10.0.19041.0
  • .NET Framework 4.8.4300.0
  • DPI 96dpi (no scaling)
@gerhardol gerhardol added type: bug 🐛 area: plugins type: regression regression, normally to latest official release labels Feb 6, 2021
@gerhardol gerhardol changed the title Jenkins build: No queris when builds have finished Jenkins build: No queries when builds have finished Feb 8, 2021
@gerhardol
Copy link
Member Author

The following seem to work for me, will add PR
7c3e11f

@ghost ghost added the 🚧 status: in progress Issues which have associated PRs label Feb 8, 2021
@ghost ghost removed the 🚧 status: in progress Issues which have associated PRs label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: plugins type: bug 🐛 type: regression regression, normally to latest official release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant