Re: Still Login Problem.

2018-09-24 Thread Jan Monterrubio
Yeah, copy it and move it out. I read somewhere that it should regenerate. If not, I think you can log in with the default username and password (prints to console) and disable security like that. On Mon, Sep 24, 2018 at 20:47 Steve Burrus wrote: > you mean the the config.xml file? > > > > On

Re: SAML plugin with SSO

2018-09-24 Thread Prasu S
Can someone please help with this issue? On Monday, September 24, 2018 at 2:07:12 PM UTC-4, Prasu S wrote: > > Hi , > > We are planning to implement MFA(multi factor authentication) for Jenkins > 2.138 . I installed SAML plugin 1.0.7 and configured it with IDP metadata > provided by service

Re: Still Login Problem.

2018-09-24 Thread Steve Burrus
you mean the the config.xml file? On Mon, Sep 24, 2018 at 8:35 PM Jan Monterrubio wrote: > What happens if you delete it? Does it regenerate correctly? > > On Mon, Sep 24, 2018 at 18:26 Steve Burrus wrote: > >> Jan I am using Windows 10 Entrerprise Eval uation. And YES I have not >> only

Re: Still Login Problem.

2018-09-24 Thread Jan Monterrubio
What happens if you delete it? Does it regenerate correctly? On Mon, Sep 24, 2018 at 18:26 Steve Burrus wrote: > Jan I am using Windows 10 Entrerprise Eval uation. And YES I have not only > located the config.xml file but also edited a few lines in it before. > > On Mon, Sep 24, 2018 at 5:26 PM

Re: Still Login Problem.

2018-09-24 Thread Steve Burrus
Jan I am using Windows 10 Entrerprise Eval uation. And YES I have not only located the config.xml file but also edited a few lines in it before. On Mon, Sep 24, 2018 at 5:26 PM Jan Monterrubio wrote: > Steve, what system are you running Jenkins with? Can you locate the > config.xml file

Re: Still Login Problem.

2018-09-24 Thread Jan Monterrubio
Steve, what system are you running Jenkins with? Can you locate the config.xml file anywhere within that OS? -- 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: structs v1.7 is missing. To fix, install v1.7 or later.

2018-09-24 Thread R. Tyler Croy
(replies inline) On Sun, 23 Sep 2018, Steve Burrus wrote: > YES UYES Mark I am MOST WILLING to wait at least 3 - 4 days for your help > an d I am very sorry that I seemed to be "pushy" or in any way impatient > for a response from you. Jumping in as mailing list moderator. Many of the folks

SAML plugin with SSO

2018-09-24 Thread Prasu S
Hi , We are planning to implement MFA(multi factor authentication) for Jenkins 2.138 . I installed SAML plugin 1.0.7 and configured it with IDP metadata provided by service provider.Display Name attribute and group attribute are auto filled by Jenkins as below . After restarting Jenkins , it

blueocean hangs listing repositories for my organization

2018-09-24 Thread Doug Bergh
1.8.3 · Core 2.138.1 · b0a6adb · 20th September 2018 01:48 PM Trying to create a pipeline for a github repository with the blueocean wizard... I select my organization under 'Which organization does the repository belong to?' It shows 'Loading...' indefinitely. There is a javascript error in

Re: Revoke user tokens warning

2018-09-24 Thread Jonathan Bergh
hi Jeff / Matthew, Thanks very much for your answers here - i appreciate that. I have revoked the tokens, and can still access the install so that is great. thanks very much for taking the time out to answer, cheers jon On Friday, 21 September 2018 18:18:39 UTC+2, Jonathan Bergh wrote: > >

Re: Revoke user tokens warning

2018-09-24 Thread Jeff Thompson
Yes, the API tokens are typically used by processes to connect to Jenkins APIs and perform scheduled or responsive operations. These are usually separate from regular users who login using the login page. The prior behavior involved automatic creation of API tokens for users, whether there was

Re: Jenkins Testing failed after migrating to 2.121 LTS

2018-09-24 Thread Mark Waite
You'll need to provide significantly more details before anyone will be able to provide meaningful help. Some of the questions that arose when I saw your description: - Is that failure in a specific job or in every job? - What are the characteristics of that job (if a specific job)? -

Re: Jenkins Testing failed after migrating to 2.121 LTS

2018-09-24 Thread Pranav Kv
Any updates? Thanks On Mon, 24 Sep 2018, 6:05 am Pranav Kv, wrote: > Anyone can help on this? > > On Thu, 20 Sep 2018, 8:34 pm Pranav Kv, wrote: > >> Still failing validation error in jenkins LTS 2.121..but no issue with >> 1.644 >> >> Java.lang.AssertionError: file abcd.xml validation rule

Error Noticed on Artifactory plugin 1.16.2 when no artifacts founds on workdir.

2018-09-24 Thread pbasanta2002
Hi All, How we have a Problem on Artifactory plugin 1.16.2 on a new jenkin instance 2.121.3 (Artifactory plugin 1.16.2 ) and here the jobs fails : Artifactory publish plugin throws exception when no artifacts found in the workdir .. This was not seen on enkin instance 2.121.3 with Artifactory

Re: Not able to access and create files in path location(\\\\192.168.0.1/f$/D:\\p.txt)

2018-09-24 Thread Andreas Magnusson
Your UNC path looks very strange. As I interpret it you have the following parts: 192.168.0.1 - localhost probably f$ - automatic share created by windows on drive F: D:\\p.txt - file on another drive Question is, what are you trying to access? You could try: 192.168.0.1\D$\p.txt On Sunday,

Re: Not able to access and create files in path location(\\\\192.168.0.1/f$/D:\\p.txt)

2018-09-24 Thread Saikumar Korada
different user means On Sunday, September 23, 2018 at 8:29:58 PM UTC+5:30, slide wrote: > > Your issue could be caused by Jenkins running as a different user, though > from your description it is difficult to tell. Can you please give more > information so we can better help? > > On Sun, Sep