Re: Jenkins Git Plugin and Maven Release Builds

2015-12-31 Thread Michael Giroux
I looked at JERKINS-25465 and it looked interesting, so I tried to configure the "checkout to local branch" as ${GIT_BRANCH,fullName=false}. This resulted in a checkout to a branch named exactly that, with no expansion. I have Git plugin version 2.4.1 (and all dependent plugins) installed. I

Re: Jenkins Git Plugin and Maven Release Builds

2015-12-31 Thread Mark Waite
I think your logic is very reasonable. The git plugin seems like the right place to do that. Since the need is to reference a substring of the current GIT_BRANCH value within the context of a Jenkins job, it seems like an addition to the token macro keywords allowed on GIT_BRANCH might meet your

Re: Jenkins Git Plugin and Maven Release Builds

2015-12-31 Thread Michael Giroux
Accepting that the Git Parameter plugin is technically correct, lets get back to the maven release build issue. 1. to do a maven release, we MUST configure the "checkout to local branch" option, or define a pre build step to do a git checkout into a local branch. 2. the local branch name MUST be

Re: CIFS plugin debug messages

2015-12-31 Thread Pritesh Saharey
I am able to resolve theissue, we should not give absolute path but should use relative path so aftermaking changes in Source File path Source Files: lib/** it started working, Thanks for all your helprelated to logger -- Jhoom -Original Message- From: Victor Martinez To: Pritesh S