Results 1448 comments of Jim Klimov

Trying to trigger the rebuild, hoping jenkins-infra is fixed now.

Yes, as commented in the top post and in Jira, I unfortunately could not pick a way through all the Java magic to make these messages appear in the indexing/scan...

Thanks for the suggestion, the code is at least buildable :) I'd need to schedule a restart of my instance to test this build in practice. As for tests, the...

I have prepared the mock data for some branches and PRs based on sanitized values from our repos that had the original problem (PR made from a branch in the...

As for logging - it does land into branch indexing console now, great thanks! ```` Checking branch featureimage/modbus-powermeter ‘Jenkinsfile’ found Met criteria No changes detected: featureimage/modbus-powermeter (still at dd8e43f53aa9ef08e61908b0b34d60cdc610394a) Checking...

Newline added, nit resolved :) ```` Checking branch featureimage/modbus-powermeter ‘Jenkinsfile’ found Met criteria No changes detected: featureimage/modbus-powermeter (still at dd8e43f53aa9ef08e61908b0b34d60cdc610394a) Checking branch featureimage/new-nut-configurator Ignoring SCMHead{'featureimage/new-nut-configurator'} because current strategy excludes branches...

Thanks! As mentioned above, the experiments about testing were in https://github.com/jimklimov/github-branch-source-plugin/tree/log-ignored-branches-selftest branch and I did not progress much after that, had a lot of dayjob work to do. I think...

Just as a bit of concern: if there are some long-lived workspaces on the same host so Git would use references to "another index", I believe GC can invalidate those...

In that case I worry about things Jenkins checks out internally (e.g. shared libraries). Is every checkout unique and not used as a remote or reference for others? All cool...

Status update: The current version of this plugin PR is already bringing value in the experiments with the GIT_SUBMODULES token interpretation, although parsing the actual submodule data (.gitmodules) is not...