Nik Reiman

Results 109 comments of Nik Reiman

I'm not familiar with this specific Jenkins plugin, but if it's anything like the AD plugin, it should allow one system account as a fallback in case of network glitches/outages....

Yes, you should not set `jenkins_url`. You need to set `jenkins_hostname` instead, and `jenkins_url` will be automatically set depending on the protocol and port. If you need to set a...

> I don't need a different URL. I need a different port. I would argue it's quite a big assumption that the port used for starting Jenkins is the same...

> > But again, if you specify the external URL for Jenkins in `jenkins.model.JenkinsLocationConfiguration.xml.j2`, this should fix this issue for you. > > I don't have that file and don't...

I'm pretty sure that https://github.com/emmetog/ansible-jenkins/pull/39 fixed this.

I have an update on this issue which might be of interest. When I first reported #5277, I was running Pop!_OS 20.10 on a relatively new 11th gen Intel CPU...

I have a similar issue. I want _everything_ to open in my web browser, so I specified `--internal-urls example.com`. This means that everything that does **not** match `*.example.com/*` should open...

@TheCleric I see, thanks for the explanation. If I understand you correctly, I can drop the `--internal-urls example.com` argument and use `--strict-internal-urls` to force links to always open in an...

ping @jitpack-io -- please have a look

> I am having the same issue on my public repo, even though I can download the files through my browser Gradle will fail at the unauthorized message. > >...