Re: Send mail to sbs mailbox when there's an infrastructure fail

2019-03-14 Thread Sarfroz Basha
On Monday, March 4, 2019 at 4:04:24 PM UTC+5:30, Sarfroz Basha wrote: Can anybody please give some suggestions on this. > >- GitException (during checkout) >- Network exceptions (403 unauthorized, connection refused, connection >timeout) > > Tried GitException and it is tricky; G

Security - Pipeline parameterized credentials can be reused by other users

2019-03-14 Thread Sarfroz Basha
Hi All, This is Sarfroz Basha.. I'm Working on T-Systems ICT INDIA PVT LTD company. I have one risky task, Can you please help me on this. I want to remove the ability for users of Jenkins Pipeline to be able to modify the Jenkinsfile or other loaded pipeline scripts using the Replay option.

Security - Pipeline parameterized credentials can be reused by other users

2019-03-14 Thread Stuart Rowe
Could you remove build permissions on that job for the users that don't know the credentials? They wouldn't be able to run the job anyways. That should also remove their ability to replay the job as far as I understand. -- You received this message because you are subscribed to the Google Group

SSL problem in jenkins-slave jobs with kubernetes

2019-03-14 Thread dev null
Hello all, i have a jenkins master on premise and i want execute jobs in gcp kubernetes cluster with a jenkins-slave image. I have a problem with SSL, the pod error log says: NAMEREADY STATUSRESTARTS AGE jenkins-pod-1r6g1 1/2 Error 0 3m Mar 13, 2019 3

Easy way to disable builds changelog

2019-03-14 Thread Abcdef Vxyz
Hi, Is there a way to disable the changelog for each build? We're not really using the changelog feature from jenkins and the changelog.xml files amount for a big part of the space occupied. so we'd like to disable creating these files. A workaround would be to periodically remove them, but we'

get access to https://accounts.jenkins.io/login

2019-03-14 Thread Guybrush Threepwood
dear all, I know this might be a bit offtopic, but I'm getting desperated and I do not know where to ask for help I wanto go get accesto accounts.jenkins.io in order to be able to ask for something to a plugin etc etc. there is a sign up option but I never received the activation email and sais

Re: get access to https://accounts.jenkins.io/login

2019-03-14 Thread Berke Sokhan
Aye Guybrush! I registered to thee site and it successfully sent me an email with login information. Just look for a message from ad...@jenkins-ci.org in yer inbox or spam folders. Cheers, LeChuck. Guybrush Threepwood , 14 Mar 2019 Per, 10:15 tarihinde şunu yazdı: > dear all, > I know this mig

Re: Active directory failure?

2019-03-14 Thread Kian Fatt Ting
Iam on active directory plugin 2.12 and the issue still exists. On Friday, 14 July 2017 08:28:27 UTC+12, Josh Santangelo wrote: > > I'm running Jenkins 2.69 as a service on Windows with Active Directory > plugin 2.6. Active Directory authentication works fine for logging in, but > one job keeps

Re: Active directory failure?

2019-03-14 Thread Kian Fatt Ting
Hi Josh I have had a similar issue , have you found a solution to it ? I am trying to search for a solution for it. On Friday, 14 July 2017 08:28:27 UTC+12, Josh Santangelo wrote: > > I'm running Jenkins 2.69 as a service on Windows with Active Directory > plugin 2.6. Active Directory authentica

Re: Security - Pipeline parameterized credentials can be reused by other users

2019-03-14 Thread Sarfroz Basha
On Thursday, March 14, 2019 at 10:10:50 PM UTC+5:30, Stuart Rowe wrote: > > Could you remove build permissions on that job for the users that don't > know the credentials? They wouldn't be able to run the job anyways. That > should also remove their ability to replay the job as far as I underst