Hrushikesh
Hrushikesh
The current extension is not being displayed while iterating through the extension list present in GitSCM. ` private DescribableList extensions; `
The guess browser method is only for guessing the browser if not selected specifically in the git-plugin UI. Is the aim of the PR to remove the previous implementation and...
Finished Point 1 and Point 3. I called the guess browser in the constructor when the user has not configured a browser. This is replace it with a suitable Browser...
Do we need to log in GitStep class only? Won't it be easier to log the status in the GitSCM constructor as we have the required data. What do you...
I understand that GitSCM doesn't have TaskListener, however the GitStep class also doesn't contains a TaskListener. Another thing to keep in mind is where to write the log. StreamTaskListener takes...
Okay! I understood what are the possible solutions right now. >Alternatively. perhaps the repository guessing could be postponed to [GitSCM.checkout](https://github.com/jenkinsci/git-plugin/blob/702bd5c8422a46509e1552bcf19e8b3c31ca336c/src/main/java/hudson/plugins/git/GitSCM.java#L1269-L1270), which has a TaskListener parameter, instead of doing it in...
When exactly is the start method called in the GitStep when override? I tried printing smtng in the start method but it doesn't gets printed in the terminal. I am...
>How do you print from the start method; do you use System.out.print, context.get(TaskListener.class).getLogger().print, or something else? I am using System.out.println to log. Can you tell me the steps to follow...
I added the above pipeline script and I don't find the logs printed.
>[ERROR] hudson.plugins.git.GitSCMBrowserTest.guessedBrowser[[email protected]:/jenkinsci/git-plugin] Time elapsed: 0 s