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
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
> -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.
>
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
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
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