Re: How to resolve "Process leaked file descriptor" issue which caused job failure in Jenkins

2017-08-20 Thread Suhas
Hi Mark, suffixing 0 to Exit has worked amazingly my issue has resolved. You deserve round of applaud. Many thanks Suhas India On Friday, April 17, 2015 at 1:51:03 AM UTC+5:30, Mark Waite wrote: > > I'm surprised if a process leaking a file descriptor would cause a build > step to fail. I've ne

Re: How to resolve "Process leaked file descriptor" issue which caused job failure in Jenkins

2017-08-20 Thread Suhas
Hi Mark, Just referred your comments and I have 0 to Exit as you shows below, and to my surprise jenkins error has disappeared, thanks a lot On Friday, April 17, 2015 at 1:51:03 AM UTC+5:30, Mark Waite wrote: > > I'm surprised if a process leaking a file descriptor would cause a build > step

Automate SAML Plugin configuration to integrate with Azure Active Directory

2017-08-20 Thread Ivan Fernandez Calvo
Hi, Take a look at the unit test, there you have examples of how to interact with the plugin -- 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+u

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-20 Thread Slide
This is great. Just so you are aware, you can release snapshots and they will show up in the experimental plugin site, but then you don't have to host the hpi on your own server, it's available on the jenkins infra. Just make the release version have alpha or beta or something in the version number

Re: Why do some plugins/classes not show up in the Pipeline Syntax snippet generator?

2017-08-20 Thread Slide
Some plugins may not have a @Symbol annotation, or explicit pipeline step implementation. If they don't, but do implement SimpleBuildStep, then they will show up usable under step(). The @Symbol allows for a more symbolic usage of the step in pipeline scripts. Otherwise, the plugin has to implement

Re: Why do some plugins/classes not show up in the Pipeline Syntax snippet generator?

2017-08-20 Thread red 888
So I'm dumb I can see the xunit plugin under the "step: General Build Step". Still confused why some plugins use this and some don't. For example cleanWs doesn't use step but wsCleanup does and they seem to do the exact same thing? On Sunday, August 20, 2017 at 1:00:00 PM UTC-4, red 888 wrote:

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-20 Thread Ivo Bellin Salarin
The hpi present at the address http://nilleb.com/pub/mstest-0.20-snapshot/ Exposes the mstest plugin to a pipeline (jenkinsfile) with the "mstest" symbol. I have linted a little a part of the plugin code, as described in the pipeline devguide. I will eventually continue on the next days. The lint

Why do some plugins/classes not show up in the Pipeline Syntax snippet generator?

2017-08-20 Thread red 888
I noticed the xunit plugin and wscleanup don't appear in the Sample Step drop down of the snippet generator. This is how I use them in my jenkinsfile: step([$class: 'WsCleanup']) step([$class : 'XUnitPublisher', > testTimeMargin: '3000', > thresholdMode: 1, > thresholds: [ >

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-20 Thread Ivo Bellin Salarin
Great! Thanks a lot Slide, I'll add the @Symbol this afternoon (and I think that I have implemented the right method yesterday, hooray šŸ˜) Le sam. 19 aoĆ»t 2017 Ć  20:21, Slide a Ć©crit : > SimpleBuildStep is one part, you'll want to change your perform method to > override the one that takes a Run,

Automate SAML Plugin configuration to integrate with Azure Active Directory

2017-08-20 Thread Pankaj negi
Hi Guys, I have configured SAML plugin manually to integrate jenkins with Azure Active Directory. My jenkins server is hosted on Azure Windows machine. I am doing jenkins installation and configuration using PowerShell DSC. Now I am looking for some direction or help in automating task to config

Re: Lots of LDAP error with stacktrace

2017-08-20 Thread Dan Tran
we ended up expanding 'root DN' configuration to fix the issue dc=domain-name,dc=comp-name,dc=com use to be dc=comp-name,dc=com -D -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails