On Sun, Jun 9, 2013 at 8:31 AM, Olivier Lamy <[email protected]> wrote:
> 2013/6/9 David Nalley <[email protected]>:
>> On Sun, Jun 9, 2013 at 6:27 AM, Olivier Lamy <[email protected]> wrote:
>>> In your job configuration in advanced git section: check the option
>>> called "Skip internal tag"
>>> That must fix that normally
>>>
>>
>> Something has changed in the config - as this has been enabled across
>> what appears to be all of the cloudstack jobs, causing them to all
>> 'fail'.
>
> No idea but sure it looks something has changed regarding git on those nodes.
> BTW this workaround must prevent that.
>

Yep - looks like the nodes that are causing these failures don't have
name and email configured:


Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m
Jenkins Build #427 jenkins-cloudstack-rat-41-427" returned status code
128:
stdout:
stderr:
*** Please tell me who you are.

Run

  git config --global user.email "[email protected]"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident  <[email protected]> not allowed

Reply via email to