Matrix with docker agent

2021-07-29 Thread Gowthamakanthan Gopal



Team,

I am trying to use the docker agent(to pull mvn image) to execute the test 
parallelly with Matrix. Which is throwing a "Bad props auth-token:" error 
for some of the axis and working fine for others. Any suggestions, please?
Regards,
Gowtham.G

-- 
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/5fccf03d-2fac-46b4-91fc-6cd0b7264917n%40googlegroups.com.


Jenkins declarative Matrix project issue.

2021-07-29 Thread Gowthamakanthan Gopal
Team,

Could some please help me on this issue which is related to the Matrix 
project?

https://issues.jenkins.io/browse/JENKINS-66138

Regards,
Gowtham.G

-- 
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/9604ff66-5650-4e3e-bf87-f9629d628bc7n%40googlegroups.com.


Jenkins OnPrem integration with Azure AD

2021-07-29 Thread Naveen Chandra Sekhara
HI All,
When OnPrem Jenkins  with Azure AD fails like this.

https://stackoverflow.com/questions/68401994/jenkins-with-azure-ad-integration-fails-with-a-problem-occurred-while-processin

Does anyone have experience. please share. Just discovered this group. 
posting here.

Best Regards,
Naveen

-- 
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/aa28cc39-3cbe-4f25-b874-f27f1c4f4835n%40googlegroups.com.


Re: SAML Single Sign On (SSO) Into Jenkins

2021-07-29 Thread Ivan Fernandez Calvo
check the ADFS documentation 
https://github.com/jenkinsci/saml-plugin/blob/master/doc/ADFS_CONFIG.md

El jueves, 29 de julio de 2021 a las 14:42:06 UTC+2, shli...@gmail.com 
escribió:

> Hi
> I installed the Saml Single Sign On (sso) plugin 
> Configured the plugin with the idp information 
> Then I sent to my system administrator the files that jenkins created:
> sp_metadata.xml
> sp-certificate.crt
> After he configured the sp information he asked for jenkins Claims
> Where can I find this information?
>
>
>
>

-- 
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/42c1211d-5e45-4e23-9ea3-5c4d471cfc00n%40googlegroups.com.


SAML Single Sign On (SSO) Into Jenkins

2021-07-29 Thread shli...@gmail.com
Hi
I installed the Saml Single Sign On (sso) plugin 
Configured the plugin with the idp information 
Then I sent to my system administrator the files that jenkins created:
sp_metadata.xml
sp-certificate.crt
After he configured the sp information he asked for jenkins Claims
Where can I find this information?



-- 
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/9f2ec29a-163a-4afd-93ae-90acfc245a21n%40googlegroups.com.


Re: Access rights to end test processes

2021-07-29 Thread 'christop...@googlemail.com' via Jenkins Users
OK, latest news: the processes seem to be running as another user then the 
current one. When I don't preselect the tasklist output by the current 
user, I see my processes and killing them works.
Somewhat surprising though and hard to debug as you cant display the 
current user name (replaced in the output by '***').

Thanks for listening! :-)

Regards,
Christoph

christop...@googlemail.com schrieb am Mittwoch, 28. Juli 2021 um 19:02:31 
UTC+2:

> It's a script using tasklist and taskkill. There's just an errorlevel.
> I got a step further: that script is searching the tasklist by filtering 
> for the current user and that does not give a result. I am trying it 
> without that filter during the next nightly build.
> Then I'll see if I still have a problem with access rights.
>
>
>
>
> jonathan@gmail.com schrieb am Dienstag, 27. Juli 2021 um 18:52:04 
> UTC+2:
>
>> Can you find out what is going wrong? Add a call to GetLastError maybe?
>>
>> On Tue, Jul 27, 2021 at 2:22 AM 'christop...@googlemail.com' via Jenkins 
>> Users  wrote:
>>
>>>
>>> Hi everybody,
>>>
>>> I am building and testing windows applications on windows machines.
>>> I have a number of tests which start several processes in the 
>>> background. After each of the tests I call a script to end the processes in 
>>> case something went wrong end they didn't end in a proper way during the 
>>> tests. This script makes use of taskkill. On my local machine everything 
>>> works well. After each test all remaining processes are killed properly.
>>> However when I run this on jenkins the taskkill seems not to work: the 
>>> processes are still alive after the call and this leads to problems during 
>>> the whole test run up to deadlocks.
>>> As in the scripts the test process and kill is called directly in a row 
>>> from a make environment I can't imagine where the problem is. 
>>> Is there any reason why I can't kill a process created from the same 
>>> environment before? Is there a proper way to handle this on jenkins?
>>> I am working with a client-server setup if that's important.
>>>
>>> Many thanks for any kind of advice!
>>>
>>> Regards,
>>> Christoph
>>>
>>> -- 
>>> 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/ab4ba3d4-99b1-4b48-bce8-417bb74f95den%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/0d6c3e43-eff5-48be-8674-6b8c2b5ffc07n%40googlegroups.com.