Mark Waite

Results 433 comments of Mark Waite
trafficstars

> Honestly? It's selfishly my test case for plugins site. It's currently not breaking anything and its a known scenario so I was gonna dig into it once I finish...

While running this patch, it logged the following exception: ``` java.net.MalformedURLException: no protocol: [email protected]:MarkEWaite/bin.git at java.base/java.net.URL.(URL.java:644) at java.base/java.net.URL.(URL.java:540) at java.base/java.net.URL.(URL.java:487) at org.jenkinsci.plugins.github_branch_source.GitHubRepositoryInfo.forRepositoryUrl(GitHubRepositoryInfo.java:87) Caused: java.lang.IllegalArgumentException at org.jenkinsci.plugins.github_branch_source.GitHubRepositoryInfo.forRepositoryUrl(GitHubRepositoryInfo.java:89) at org.jenkinsci.plugins.github_branch_source.GitHubRepoSizeEstimator$RepositorySizeGithubAPI.isApplicableTo(GitHubRepoSizeEstimator.java:23) at jenkins.plugins.git.GitToolChooser.lambda$setSizeFromAPI$0(GitToolChooser.java:120)...

An instance of the illegal argument exception blocks my attempt to clone an Assembla repository as well. The stack trace in the job is: ``` FATAL: Invalid repository URL: https://git.assembla.com/git-plugin.bin.git...

Dear bot, please don't close this issue. It is a useful issue report, though non-trivial to implement.

I think that git lfs should be considered a standard component just as we consider git a standard component. Too much hassle to add it after the fact.

Probably don't have the execute permission bit set on the gradlew file in the git repository. Use `chmod 755 gradlew` to make it executable. On Thu, Feb 4, 2021 at...

@micha-eleric refer to https://dzone.com/articles/difference-between-initialrampercentage-minramperc for a description

Thanks for reporting the issue. I can duplicate the issue. Not yet sure of the root cause, but I am surprised at the output;.

> It's fine to remove but needs addressing in https://github.com/jenkinsci/docker-agent/blob/master/docker-bake.hcl first. > > Would you like to send a PR? @gounthar and I were hoping that we could persuade one...