E-mail Notification issue in genkins

2017-03-26 Thread krishna prasad
Dear Group Members, We have jenkins and the issue is *E-mail Notification is not working for us. We are getting below error while I click on "Test" button. Kindly help me to resolve the issue.* javax.mail.MessagingException: Could not connect to SMTP host: ourdomain.net, port: 465; nested e

E-mail Notification issue in genkins

2017-03-26 Thread krishna prasad
Dear Group Members, We have jenkins and the issue is *E-mail Notification is not working for us. We are getting below error while I click on "Test" button. Kindly help me to resolve the issue.* javax.mail.MessagingException: Could not connect to SMTP host: ourdomain.net, port: 465; nested exce

RE: E-mail Notification issue in genkins

2017-03-26 Thread Jason Pyeron
> -Original Message- > From: krishna prasad > Sent: Sunday, March 26, 2017 08:44 > > Dear Group Members, > > We have jenkins and the issue is E-mail Notification is not > working for us. We are getting below error while I click on > "Test" button. Kindly help me to resolve the issue. >

Re: .Net Project Automated Build and Deployment Setup

2017-03-26 Thread suresh kumar
Hi, I don't know the reason why you are looking for plugin. As you have the script in hand already, you can use the same script and deploy the package. Pulling source files you are using TFS plugin and to get the package you are using MSBuild plugin. Now for the script to work package is there, c

Converting a string parameter to a List of Maps

2017-03-26 Thread niristotle okram
hi, Can anyone let me know me, what is wrong here. I have the pipeline script, and i am trying to pass a string parameter when the job is triggered. The parameter will then be converted into a List of maps, so that i can iterate through it. Here is what i am trying: String input = "$objectListP

Jenkins + PowerShell Script that takes screenshot of a remote folder

2017-03-26 Thread VikS
We have a build which requires us to replace files to a newer version on remote computers and the requirement is the script needs to take screenshot of the folder for validation. We have built our ps script and it does what is needed when executed outisde of Jenkins but not when scheduled with J