Sending email to $DEFAULT_RECIPIENTS via Pipeline script?

2016-11-01 Thread Jim Klo
Greetings, I'm trying to send email to the $DEFAULT_RECIPIENTS settings within my Jenkinsfile Pipeline script, and having very little success. Here's what I've tried so far: emailext ( to: "${DEFAULT_RECIPIENTS}", subject: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'",

Re: Git Plugin: updated password now cannot connect to repo

2016-01-20 Thread Jim Klo
orks fine using the same entered credentials for SVN and only a problem with GIT. Also the odd thing is that old password contained both '{' and '}' and it worked fine for the last year. On Thursday, January 14, 2016 at 5:11:59 PM UTC-8, Jim Klo wrote: > > Hi, > &g

Re: Git Plugin: updated password now cannot connect to repo

2016-01-14 Thread Jim Klo
Thanks, unfortunately that doesn't yield much more help... Building in workspace /Users//.jenkins/jobs/junk/workspace Cloning the remote Git repository Cloning repository https://xx.com/scm/git/ROR/-packaging > git init /Users/sunflower/.jenkins/jobs/junk/workspace # timeout=1

Git Plugin: updated password now cannot connect to repo

2016-01-14 Thread Jim Klo
Hi, Over the last few days my password used for Jenkins' Git Plugin expired, of which I promptly updated in Jenkins. Unfortunately, even with the correct password (which uses the same special characters as the previous password) it won't authenticate, and there doesn't seem to be any other er