Jenkins Editable Email

2014-02-05 Thread schujk
Not sure if this is a Jenkins plugin issue or our VM... Git is our SCM, We have the editable email plugin configured to send email to developer, recipients and culprits for fixed, still failing and failing. Only recipients are receiving the email for still failing and failing but all seems to

updating multi SCM as new git repos are added

2013-12-18 Thread schujk
I'm trying to best determine how to update Jenkins build jobs as new git repos are added. I took a look at the DSL plugin, but that seems to create new build jobs, where i need to update existing build jobs with additional repos. We are using Atlassian's STASH to house our Git environment. I'm

multi SCM plugin and git

2013-11-07 Thread schujk
using the multi scm plugin to clone two git repo's in one jenkins job. Keeps being marked as failure on the previous clone's latest commit, when cloning the second repo. Not sure what I'm doing incorrectly in the setup. Below is my setup in Jenkins and the output. Multiple SCMs Git

Jenkins Git plugin or Jenkins Git Client plugin on Mac not working

2013-10-29 Thread schujk
First time working with a mac...I feel I'm missing something obvious. -Installed Jenkins (1.509), applied latest Jenkins GIT plugin and Jenkins GIT client plugin -Git configuration complete in Jenkins -Our git repo is out at an http location, confirmed access to this url. -New jenkins job,

Re: Jenkins Git plugin or Jenkins Git Client plugin on Mac not working

2013-10-29 Thread schujk
should still work anyway. Is there a stacktrace using this URL-with-credentials as git scm url ? 2013/10/29 schujk sch...@gmail.com javascript: First time working with a mac...I feel I'm missing something obvious. -Installed Jenkins (1.509), applied latest Jenkins GIT plugin and Jenkins

Jenkins and Atlassian's Stash maintaining a multiple module build question

2013-09-23 Thread schujk
Migrating from SVN to Git, using Atlassian's Stash. Parent project has 80+ modules. To granularize access to specific modules within this parent project (for outside team module customization requirements), we now have the 80 modules at the 'repository' level. Doing this type of setup, we now