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 files (mostly MarkLogic XQuery) for the DB are stored in GitHub,
> so I'd like a more automated way to pull from GH and deploy to the DB
> server handling those.
>
>
> The most common way to handle that type of deployment with Jenkins is to
> perform the deployment from a command line script written in your choice of
> scripting languages, then run that script from an "sh" step in a Jenkins
> Pipeline.
>
> That makes it easier to develop and debug and gives you the choice of
> scripting language that best suits your needs, interests, and skills.
>
> If you find a Jenkins plugin that does WebDAV deployment (I am not aware
> of one), it then requires that you do your development and debugging from
> inside the Jenkins job, using the features provided by the plugin and
> limited by the features of the plugin.  That tends to slow your progress
> and make you more dependent on the plugin and its maintainer.
>
> Jesse Glick gave a DevOps World talk that described the technique several
> years ago if you'd like more details.  https://youtu.be/Zeqc6--0eQw is
> the talk
>
> Mark Waite
>
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/e5260268-ad7c-4d09-8cb5-80f925ee3a57n%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/e5260268-ad7c-4d09-8cb5-80f925ee3a57n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAM_m21C9LS3nfCHO4jREiPHtA9Cm8%3D17y3%3D7r9U4weg7i-ATYQ%40mail.gmail.com.


Re: How does one deploy to webdav server?

2023-08-28 Thread 'Kari Cowan' via Jenkins Users
No, it's a protocol, WinSCP will use it if selected.

Project files (mostly MarkLogic XQuery) for the DB are stored in GitHub, so
I'd like a more automated way to pull from GH and deploy to the DB server
handling those.

On Mon, Aug 28, 2023 at 6:17 AM 'Maciej Jaros' via Jenkins Users <
jenkinsci-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 WebDav
> without SVN, but if you have a WebDav then you should be able to setup
> SVN on it.
>
> You can use SVN to publish build artificats to it. SVN is pretty good in
> handling large files (contrary to a basic Git server). So you can build
> stuff and commit files to an SVN repo. And then download the files in
> another jobs. That should be fairly easy as long as you don't need
> authorization.
>
> Cheers,
> Nux
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/566d1d35-2f6b-a5b5-b450-f5d019a25b28%40mol.com.pl
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAM_m21AuT23rsvu9N%3D5xteR7tr1Py1kcUK%3DfwbyWetVeoYeHTQ%40mail.gmail.com.


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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAM_m21CbfC7nzAEm3Q-idPeY1%2BdNpy%3DMnsZoD8Pv6KZunN%2Bwgw%40mail.gmail.com.


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
container.

example:
-v /path/to/server/log/directory:/path/from/container/logs/directory


On Wed, Oct 28, 2020 at 11:43 PM touseef  wrote:

> Can anyone provide pointer on  how do i get the logs of the containers
> running in kubernetes without using Kubectl because i dont have an access
> to the kubernetes cluster.
> Is there any loging mechanism by which i can get the logs or stdout in the
> container to jenkins ? Help would be greatly appreciated.
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/3b38d046-c55e-4e55-b9c3-7bc1d333a821n%40googlegroups.com
> 
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hguR8be_JVOSwkY6hPmC1%2BBd%3D%3Do1MBznnGnqZ93UkuiRw%40mail.gmail.com.


Re: Automating the Choice Parameter on a job

2020-10-23 Thread Kari Cowan
Not sure, I was following the example detailed here,
https://medium.com/@rijoalvi/jenkins-dynamic-parameters-using-extended-choice-parameter-plugin-and-groovy-1a6ffc41063f

But my data model isn't as complex, so I think the way I am doing it - I
need to change how to get the data I want.  I just want a list of the tags
to return in the choice parameter.

On Thu, Oct 15, 2020 at 9:32 PM Jan Monterrubio 
wrote:

> I’ve used the extended choice parameter to pull a list of files from a
> directory 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
>> 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 into a form on Jenkins, I'd like to automate that step somehow - by
>> grabbing the data from the registry page and displaying the options in a
>> choice parameter in Jenkins on the build screen.
>>
>> For example, call in the registry url by ip, example,
>> 10.11.12.199:5000/v2/some-api/tags/list might display some JSON like:
>> {"name":"some-api","tags":["qa_api-11","qa_api-12","qa_api-13"]}
>>
>> What's the best tool for this?  I'm no Groovy expert but would the
>> Extensible Choice Parameter plugin coupled with a Groovy script be useful
>> here? I'm not really clued up yet if this is possible in Groovy, but am
>> open to suggestions.  Does anyone have any tips on that or other methods
>> that are better?
>>
>>
>>
>> --
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hg_RpwfVYAh7m9FLc1oxCPZQuqwd-eMpj6kFgBdMsJoOA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hg_RpwfVYAh7m9FLc1oxCPZQuqwd-eMpj6kFgBdMsJoOA%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9KZ9pd-knThXn4L9uLr5dzG2YKXip_X_RKEABWw_zarvg%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9KZ9pd-knThXn4L9uLr5dzG2YKXip_X_RKEABWw_zarvg%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hjAa685u0OXq5k%3DG3U3UJ3vLmbb0Ve-oyDKj4DtMALO2A%40mail.gmail.com.


Re: Automating the Choice Parameter on a job

2020-10-22 Thread Kari Cowan
I couldn't get that to work right but got a little but further using the
JsonSlurper (as opposed to JsonSlurperClassic)

Assuming my data structure is represented in json like:

{
  "name": "templates",
  "tags": [
"qa_tmpl-92",
"qa_tmpl-93",
"qa_tmpl-94"
  ]
}

I was trying something like this:

import groovy.json.JsonSlurper
try {
List artifacts = new ArrayList()
def artifactsUrl = "http://localhost:5000/v2/templates/tags/list;

def artifactsObjectRaw = ["curl", "-s", "-H", "accept:
application/json", "-k", "--url", "${artifactsUrl}"].execute().tags
def jsonSlurper = new JsonSlurper()
def artifactsJsonObject = jsonSlurper.parseText(artifactsObjectRaw)
def dataArray = artifactsJsonObject.data
for(item in dataArray){
if (item.isMetadata== false)
artifacts.add(item.tags)
}
return artifacts
} catch (Exception e) {
print "There was a problem fetching the artifacts"
}

Running in groovysh, it didn't show me an error, but I ended up in the
catch, so I think the way I am trying 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 
>
> 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.
>>>
>>> I don't have a directory of files in my git project- but I am guessing I
>>> could write something to add - like a deployment tag list that matches the
>>> docker registry?
>>>
>>> Ideally I would pull the docker register tag list and use that.
>>>
>>>
>>> On Fri, Oct 16, 2020 at 1:15 PM janmont...@gmail.com <
>>> janmonterru...@gmail.com> wrote:
>>>
>>>>  import groovy.json.JsonSlurperClassic
>>>>  def jsonSlurper = new JsonSlurperClassic()
>>>> def response = jsonSlurper.parse(new URL("SOME REPO HERE"))
>>>> return response
>>>>
>>>> It was something like that ^
>>>>
>>>> You can always start with a "return [ 'a', 'b'] " , we used the
>>>> ActiveChoice reactive parameter
>>>>
>>>>
>>>> On Thursday, October 15, 2020 at 11:32:33 PM UTC-5 janmont...@gmail.com
>>>> wrote:
>>>>
>>>>> I’ve used the extended choice parameter to pull a list of files from a
>>>>> directory 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
>>>>>> 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 into a form on Jenkins, I'd like to automate that step somehow - 
>>>>>> by
>>>>>> grabbing the data from the registry page and displaying the options in a
>>>>>> choice parameter in Jenkins on the build screen.
>>>>>>
>>>>>> For example, call in the registry url by ip, example,
>>>>>> 10.11.12.199:5000/v2/some-api/tags/list might display some JSON like:
>>>>>> {"name":"some-api","tags":["qa_api-11","qa_api-12","qa_api-13"]}
>>>>>>
>>>>>> What's the best tool for this?  I'm no Groovy expert but would the
>>>>>> Extensible Choice Parameter plugin coupled with a Groovy script be useful
>>>>>> here? I'm not really clued up yet if this is possible in Groovy, but am
>>>>>> open to suggestions.  Does anyone have any tips on that or other methods
>>>>>> that are better?
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>

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.
>>
>> I don't have a directory of files in my git project- but I am guessing I
>> could write something to add - like a deployment tag list that matches the
>> docker registry?
>>
>> Ideally I would pull the docker register tag list and use that.
>>
>>
>> On Fri, Oct 16, 2020 at 1:15 PM janmont...@gmail.com <
>> janmonterru...@gmail.com> wrote:
>>
>>>  import groovy.json.JsonSlurperClassic
>>>  def jsonSlurper = new JsonSlurperClassic()
>>> def response = jsonSlurper.parse(new URL("SOME REPO HERE"))
>>> return response
>>>
>>> It was something like that ^
>>>
>>> You can always start with a "return [ 'a', 'b'] " , we used the
>>> ActiveChoice reactive parameter
>>>
>>>
>>> On Thursday, October 15, 2020 at 11:32:33 PM UTC-5 janmont...@gmail.com
>>> wrote:
>>>
>>>> I’ve used the extended choice parameter to pull a list of files from a
>>>> directory 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
>>>>> 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 into a form on Jenkins, I'd like to automate that step somehow - 
>>>>> by
>>>>> grabbing the data from the registry page and displaying the options in a
>>>>> choice parameter in Jenkins on the build screen.
>>>>>
>>>>> For example, call in the registry url by ip, example,
>>>>> 10.11.12.199:5000/v2/some-api/tags/list might display some JSON like:
>>>>> {"name":"some-api","tags":["qa_api-11","qa_api-12","qa_api-13"]}
>>>>>
>>>>> What's the best tool for this?  I'm no Groovy expert but would the
>>>>> Extensible Choice Parameter plugin coupled with a Groovy script be useful
>>>>> here? I'm not really clued up yet if this is possible in Groovy, but am
>>>>> open to suggestions.  Does anyone have any tips on that or other methods
>>>>> that are better?
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> 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 jenkinsci-use...@googlegroups.com.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hg_RpwfVYAh7m9FLc1oxCPZQuqwd-eMpj6kFgBdMsJoOA%40mail.gmail.com
>>>>> <https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hg_RpwfVYAh7m9FLc1oxCPZQuqwd-eMpj6kFgBdMsJoOA%40mail.gmail.com?utm_medium=email_source=footer>
>>>>> .
>>>>>
>>>> --
>>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/d99e92f5-f7a8-493c-b90a-997aa6aec02fn%40googlegroups.com
>>> <https://groups.google.com/d/msgid/jenkinsci-users/d99e92f5-f7a8-493c-b90a-997aa6aec02fn%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>>
> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hiWP_btV6D4oh0y0mPH92TpuwG7e-RdEM7BTP

Re: Automating the Choice Parameter on a job

2020-10-19 Thread Kari Cowan
This is clever - thanks.

I don't have a directory of files in my git project- but I am guessing I
could write something to add - like a deployment tag list that matches the
docker registry?

Ideally I would pull the docker register tag list and use that.


On Fri, Oct 16, 2020 at 1:15 PM janmont...@gmail.com <
janmonterru...@gmail.com> wrote:

>  import groovy.json.JsonSlurperClassic
>  def jsonSlurper = new JsonSlurperClassic()
> def response = jsonSlurper.parse(new URL("SOME REPO HERE"))
> return response
>
> It was something like that ^
>
> You can always start with a "return [ 'a', 'b'] " , we used the
> ActiveChoice reactive parameter
>
>
> On Thursday, October 15, 2020 at 11:32:33 PM UTC-5 janmont...@gmail.com
> wrote:
>
>> I’ve used the extended choice parameter to pull a list of files from a
>> directory 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
>>> 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 into a form on Jenkins, I'd like to automate that step somehow - by
>>> grabbing the data from the registry page and displaying the options in a
>>> choice parameter in Jenkins on the build screen.
>>>
>>> For example, call in the registry url by ip, example,
>>> 10.11.12.199:5000/v2/some-api/tags/list might display some JSON like:
>>> {"name":"some-api","tags":["qa_api-11","qa_api-12","qa_api-13"]}
>>>
>>> What's the best tool for this?  I'm no Groovy expert but would the
>>> Extensible Choice Parameter plugin coupled with a Groovy script be useful
>>> here? I'm not really clued up yet if this is possible in Groovy, but am
>>> open to suggestions.  Does anyone have any tips on that or other methods
>>> that are better?
>>>
>>>
>>>
>>> --
>>> 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 jenkinsci-use...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hg_RpwfVYAh7m9FLc1oxCPZQuqwd-eMpj6kFgBdMsJoOA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hg_RpwfVYAh7m9FLc1oxCPZQuqwd-eMpj6kFgBdMsJoOA%40mail.gmail.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/d99e92f5-f7a8-493c-b90a-997aa6aec02fn%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/d99e92f5-f7a8-493c-b90a-997aa6aec02fn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hiWP_btV6D4oh0y0mPH92TpuwG7e-RdEM7BTP%3DbvDe-7Q%40mail.gmail.com.


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 into a form on Jenkins, I'd like to automate that step somehow - by
grabbing the data from the registry page and displaying the options in a
choice parameter in Jenkins on the build screen.

For example, call in the registry url by ip, example,
10.11.12.199:5000/v2/some-api/tags/list might display some JSON like:
{"name":"some-api","tags":["qa_api-11","qa_api-12","qa_api-13"]}

What's the best tool for this?  I'm no Groovy expert but would the
Extensible Choice Parameter plugin coupled with a Groovy script be useful
here? I'm not really clued up yet if this is possible in Groovy, but am
open to suggestions.  Does anyone have any tips on that or other methods
that are better?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hg_RpwfVYAh7m9FLc1oxCPZQuqwd-eMpj6kFgBdMsJoOA%40mail.gmail.com.


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 legacy API token. That system is not
as secure as the new one because it stores the token in a recoverable
manner on the disk.
See list of impacted users.
User IDUser full nameToken nameDays since creation# of usesDays since last
useFresh token? Recent token?
unknown unknown Legacy Token Unknown 0 Never used [image: No fresh
token] [image:
No recently used token]

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hg8xuWdXP74YOhmkft8e3sVWXORfcfMyHT8_rRfBa-czg%40mail.gmail.com.


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

2020-10-09 Thread Kari Cowan
If anyone's interested.  Updating my jenkins instance on the server fixed
the css issue I was on about last week.  If anything, this encouraged me to
install it on my laptop so I could muck about with what I wanted without
risking breaking somethng for my team - so that's always good ;-)

On Sat, 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 - and installed the plugin from plugin manager (not the
> pre-release), and it worked fine.  The log pops up in front and you can
> read it.
>
> So going that route, I can't replicate the bug I found on my team system.
> It's running Jenkins 2.235.5, though I see that Jenkins 2.249.1 is
> available (that's the version my docker v is running).  I should probably
> update to that version first and see if that fixes it.
>
>
>
> On Sat, Oct 3, 2020 at 1:32 PM Mark Waite 
> wrote:
>
>> You could install a pre-release version of the pipeline stage view plugin
>> and help with the testing to confirm that the pre-release build resolves
>> the issue.
>>
>> Build is at
>> https://ci.jenkins.io/job/Plugins/job/pipeline-stage-view-plugin/job/master/lastSuccessfulBuild/artifact/org/jenkins-ci/plugins/pipeline-stage-view/pipeline-stage-view/2.16-rc318.6592e15c43fc/pipeline-stage-view-2.16-rc318.6592e15c43fc.hpi
>> and
>> https://ci.jenkins.io/job/Plugins/job/pipeline-stage-view-plugin/job/master/lastSuccessfulBuild/artifact/org/jenkins-ci/plugins/pipeline-stage-view/pipeline-rest-api/2.16-rc318.6592e15c43fc/pipeline-rest-api-2.16-rc318.6592e15c43fc.hpi
>> .
>>
>> The bug report that tracks it is at
>> https://issues.jenkins-ci.org/browse/JENKINS-63556
>>
>> Mark Waite
>>
>> On Saturday, October 3, 2020 at 1:59:26 PM UTC-6 Kari Atari wrote:
>>
>>> When viewing logs from a pipeline job, the popup window is transparent
>>> and underneath the header bar.  I'm pretty sure I could hack the CSS to
>>> make it right, but think next time I upgrade versions I could lose that
>>> change.  Any way to deal with it that I am not aware of?
>>>
>>> [image: Screen Shot 2020-10-03 at 12.52.18 PM.png]
>>>
>> --
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/adb7f060-4412-424f-a810-d37f4cadc12fn%40googlegroups.com
>> <https://groups.google.com/d/msgid/jenkinsci-users/adb7f060-4412-424f-a810-d37f4cadc12fn%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hhVmDmBoYfAmnR5HqbbB64t0BGk8H9yTOZ4r5JwiFKUzg%40mail.gmail.com.


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
pre-release), and it worked fine.  The log pops up in front and you can
read it.

So going that route, I can't replicate the bug I found on my team system.
It's running Jenkins 2.235.5, though I see that Jenkins 2.249.1 is
available (that's the version my docker v is running).  I should probably
update to that version first and see if that fixes it.



On Sat, Oct 3, 2020 at 1:32 PM Mark Waite  wrote:

> You could install a pre-release version of the pipeline stage view plugin
> and help with the testing to confirm that the pre-release build resolves
> the issue.
>
> Build is at
> https://ci.jenkins.io/job/Plugins/job/pipeline-stage-view-plugin/job/master/lastSuccessfulBuild/artifact/org/jenkins-ci/plugins/pipeline-stage-view/pipeline-stage-view/2.16-rc318.6592e15c43fc/pipeline-stage-view-2.16-rc318.6592e15c43fc.hpi
> and
> https://ci.jenkins.io/job/Plugins/job/pipeline-stage-view-plugin/job/master/lastSuccessfulBuild/artifact/org/jenkins-ci/plugins/pipeline-stage-view/pipeline-rest-api/2.16-rc318.6592e15c43fc/pipeline-rest-api-2.16-rc318.6592e15c43fc.hpi
> .
>
> The bug report that tracks it is at
> https://issues.jenkins-ci.org/browse/JENKINS-63556
>
> Mark Waite
>
> On Saturday, October 3, 2020 at 1:59:26 PM UTC-6 Kari Atari wrote:
>
>> When viewing logs from a pipeline job, the popup window is transparent
>> and underneath the header bar.  I'm pretty sure I could hack the CSS to
>> make it right, but think next time I upgrade versions I could lose that
>> change.  Any way to deal with it that I am not aware of?
>>
>> [image: Screen Shot 2020-10-03 at 12.52.18 PM.png]
>>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/adb7f060-4412-424f-a810-d37f4cadc12fn%40googlegroups.com
> 
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hgwXP%3DKcfBdbi-88fDUAfOBX0g6FsyvqTJ08vpuzDUiwQ%40mail.gmail.com.


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
> Jenkins is published. You can change it there, or mount a reverse proxy in
> front of the jenkins server
>
> El mié., 17 jun. 2020 a las 17:10, Kari Atari ()
> escribió:
>
>> Is there a configuration setting to show the application without exposing
>> the port on the URL?
>>
>> I.e., jenkins.mycompany.com vs jenkins.mycompany.com:8080
>>
>> --
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/c9beb224-6e6f-45e8-8811-055186a4abado%40googlegroups.com
>> 
>> .
>>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CACr-XEmuZU%2Bohxuuxn4Oaexb27xdh1B3Sy%2BZEQxo_w3kh%2BGfzg%40mail.gmail.com
> 
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAE7w4hjajDC3L6JwOLT1j0n66vaRkQJ7V18LH_bxct-9FK_AAA%40mail.gmail.com.