jenkins-infra / crawler

tools crawler
26 stars 65 forks source link

[sonarqubescannermsbuild.groovy] Added explicit page size to prevent missing releases in the result #137

Closed djesionek closed 9 months ago

djesionek commented 9 months ago

Added per_page URL parameter as quick fix because versions are currently missing in the Jenkins tools settings page.

Default value is 30 and current amount of releases is 77.

Ref:

djesionek commented 9 months ago

@lemeurherve thanks for merging the fix! How long until it applies for the Jenkins plugins? According to the plugin this page should change at some point after this: https://updates.jenkins.io/updates/hudson.plugins.sonar.MsBuildSonarQubeRunnerInstaller.json

lemeurherve commented 9 months ago

@djesionek the job runned successfully, updates.jenkins.io seems up to date now, can you confirm?

djesionek commented 9 months ago

@lemeurherve not really. I expect https://updates.jenkins.io/updates/hudson.plugins.sonar.MsBuildSonarQubeRunnerInstaller.json to show version 5.0.4.24009, which it does not. Also after updating metadata on the Jenkins Controller the dropdown does not show that option and still contains only last 30 releases.

djesionek commented 9 months ago

@lemeurherve works now. Just took a bit longer as expected!