Windows Event - Git Credentials Manager - System.UriFormatException: Invalid URI: The hostname could not be parsed.

2019-10-29 Thread Bruce Coveny
Receive Windows events in viewer for the following: System.UriFormatException: Invalid URI: The hostname could not be parsed. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) at System.UriBuilder.get_Uri() at Microsoft.Alm.Cli.OperationArguments.CreateTargetUri() at Mic

Re: Windows Event - Git Credentials Manager - System.UriFormatException: Invalid URI: The hostname could not be parsed.

2020-05-05 Thread Bruce Coveny
After much searching a couple of months ago it was determined this was a flaw in the Git for Windows version being utilized. Updating the Git for Windows resolved the problems in case anyone runs into these issues in the future. On Tuesday, October 29, 2019 at 11:52:27 AM UTC-4, Bruce Coveny

Bitbucket Server Integration with Jenkins Shared Library

2020-05-05 Thread Bruce Coveny
Sorry in a long post. We are utilizing a newer plugin Bitbucket Server Integration ( https://plugins.jenkins.io/atlassian-bitbucket-server-integration/). Along with using a Jenkins Shared Library pulled from SCM as well ( https://www.jenkins.io/doc/book/pipeline/shared-libraries/) which is conf

Re: How to get "Changes Summary" into declarative pipeline?

2020-06-09 Thread Bruce Coveny
Hi Vitaly, Not sure if it helps but this is a Groovy script that I use to obtain the change details. Change details are not always available as it depends on pulling in a Git commit to obtain and sometimes (for instance rebuilding) it may not have those changes. I think what you are referring

Jenkins Jobs Folder in Docker

2021-04-09 Thread Bruce Coveny
Hello, I am building a custom docker image from jenkins/jenkins. I would like to have the jobs, builds, and workspace folder be on an external volumne from from the container, but keep the rest of the configuration inside the container. I have found where it is possible to set flags for build