Clean up Jenkins Setup using legacy Workspace Root Directory

2019-05-03 Thread Sarfroz Basha
Hi All, Can anyone advise me the steps what to do about this Jenkins build node console message please? Apr 15 08:00:06 q4de3gsy751 jenkins[26061]: WARNING: JENKINS-34564 path sanitization ineffective when using legacy Workspace Root Directory _${ITEM_ROOTDIR}/workspace_; switch to ${JENKINS_

Re: Workspace clean-up killed jobs

2019-05-02 Thread Sarfroz Basha
Hi, I am also facing same error. Have you found anything regarding this error. Please share the solution. Regards, Sarfroz On Monday, November 27, 2017 at 2:16:04 PM UTC+5:30, David Aldrich wrote: > Hi > > > > Two of our declarative script jobs have failed for similar reasons. The > jobs n

Re: Multibranch Pipeline Not Honoring Git Timeout During Branch Indexing

2019-05-02 Thread Sarfroz Basha
Hi, I am also facing same error. Have you found anything related to above error. Can you please revert this with solution. Regards, Sarfroz On Friday, October 14, 2016 at 7:07:12 PM UTC+5:30, David Johnson wrote: > Hey all, > > I am trying to set up a multibranch pipeline job against a fairly

Jenkinslibrary stepEnvironmentVariables aren't encoded properly

2019-04-12 Thread Sarfroz Basha
Hi All, I need some help from you guys. e.g. value "daivb/r/DAIVB2/config-server\ndaivb/r/DAIVB2/registry-server" causes build or more specific script-execution to fail with: Error: java.io.IOException: Failed to run image ' .com:10004/buildcontainers/linux-18.04-base'. Error: docker: i

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

2019-04-10 Thread Sarfroz Basha
Hi Aaron, Thanks for your reply. Its very helpful to me. Can you please explain steps to create freestyle job triggered by cron in Jenkins. Whenever checks into the Gitserver, if Gitserver was down automatically email notification need to come. Regards, Sarfroz Basha On Wednesday, April

Send mail to mailbox when there's an infrastructure fail

2019-04-09 Thread Sarfroz Basha
Hi All, This is Sarfroz, Working in T-systems, I need small help. Whenever GIT server was down at that time build was trigger in Jenkins if build fails email notification need to come like Git exception during checkout like that. Need to mention in Groovy script pipeline. Example:- - GitExcept

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

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 o

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 GitExceptio

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

2019-03-04 Thread Sarfroz Basha
- GitException (during checkout) - Network exceptions (403 unauthorized, connection refused, connection timeout) Tried GitException and it is tricky; GitException's are transformed into AbortException without a trace. Only maybe a mention in the stack trace. -- You received this