Re: How does one deploy to webdav server?

2023-08-28 Thread 'Kari Cowan' via Jenkins Users
Thanks Mark - that's some good info from Jenkins World especially. Cheers. On Mon, Aug 28, 2023 at 8:17 AM Mark Waite wrote: > > > On Monday, August 28, 2023 at 7:26:00 AM UTC-6 Kari Cowan wrote: > > No, it's a protocol, WinSCP will use it if selected. > > Project fi

Re: How does one deploy to webdav server?

2023-08-28 Thread 'Kari Cowan' via Jenkins Users
sci-users@googlegroups.com> wrote: > 'Kari Cowan' via Jenkins Users (2023-08-28 14:11): > > I was looking for a plugin to deploy over WebDav - any such thing? > > > > How about example over pipeline? > > By WebDav you mean an SVN server? Don't think I've ever used WebD

How does one deploy to webdav server?

2023-08-28 Thread 'Kari Cowan' via Jenkins Users
I was looking for a plugin to deploy over WebDav - any such thing? How about example over pipeline? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: How to get container logs in kubernetes if user has no admin access to execute kubectl commands

2020-10-29 Thread Kari Cowan
Not sure if this would help, since I'm using Docker, not K8, but I bet there's a similar option - when I a start a container I use a -v flag to specify to copy the logs to the server it's running on. This allows me to have a persistent log that won't just go away if I remove and restart the

Re: Automating the Choice Parameter on a job

2020-10-23 Thread Kari Cowan
ow during work! > > > > On Thu, Oct 15, 2020 at 17:01 Kari Cowan wrote: > >> I am working on a Jenkins job to rollback a Docker container to the >> previous version. This on its own is pretty straight-forward, but what I >> want to do is get my list of available tags

Re: Automating the Choice Parameter on a job

2020-10-22 Thread Kari Cowan
rying to do curl, this bit in particular (${artifactsUrl}"].execute().tags) is wrong. There was a problem fetching the artifacts ===> null Can anyone point me in the right direction here? On Mon, Oct 19, 2020 at 5:07 PM Kari Cowan wrote: > Nice. That’s a good tip. Thanks  > >

Re: Automating the Choice Parameter on a job

2020-10-19 Thread Kari Cowan
Nice. That’s a good tip. Thanks  On Mon, Oct 19, 2020 at 4:36 PM Jan Monterrubio wrote: > Yep, if docker tags can return you json, you can just slurp stuff and > transform it. > > On Mon, Oct 19, 2020 at 09:27 Kari Cowan wrote: > >> This is clever - thanks. >>

Re: Automating the Choice Parameter on a job

2020-10-19 Thread Kari Cowan
irectory in github and display a set of checkboxes. I’ll remember to grab >> you a snippet tomorrow during work! >> >> >> >> On Thu, Oct 15, 2020 at 17:01 Kari Cowan wrote: >> >>> I am working on a Jenkins job to rollback a Docker container to the >&

Automating the Choice Parameter on a job

2020-10-15 Thread Kari Cowan
I am working on a Jenkins job to rollback a Docker container to the previous version. This on its own is pretty straight-forward, but what I want to do is get my list of available tags from the registry. As opposed to going to the registry-page and seeing what's available, then copy/paste a value

There are users who are still using a legacy API token.

2020-10-09 Thread Kari Cowan
Jenkins keeps alerting me that "There are users who are still using a legacy API token." - I look at the list and it's one user - "unknown" - I revoke the token but it keeps coming back. Anyone run into this before, and can suggest how I might address it? There are users who are still using a

Re: How does one fix this CSS issue in Jenkins?

2020-10-09 Thread Kari Cowan
, Oct 3, 2020 at 5:54 PM Kari Cowan wrote: > I started to do that. But first, you reminded me to check that plugin to > ensure it was up to date. It wasn't. But updating it didn't fix the > issue. Rather than monkey with my team jenkins I loaded up a docker run > jenkins locally - a

Re: How does one fix this CSS issue in Jenkins?

2020-10-03 Thread Kari Cowan
I started to do that. But first, you reminded me to check that plugin to ensure it was up to date. It wasn't. But updating it didn't fix the issue. Rather than monkey with my team jenkins I loaded up a docker run jenkins locally - and installed the plugin from plugin manager (not the

Re: Setting up DNS for my Jenkins

2020-06-17 Thread Kari Cowan
Thanks. I am in the midst of upgrading my Jenkins and it's been a pet peeve. That sounds like a solid plan to check out once I have my main testing plan completed. On Wed, Jun 17, 2020 at 8:29 AM Antonio Gomez wrote: > This url depends on the publication port of the application server where >