Page MenuHomePhabricator

diffConfig broken due to git stash failure
Closed, ResolvedPublic

Description

Example build:

> git stash

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  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: unable to auto-detect email address (got 'nobody@1a9011334410.(none)')
Cannot save the current index state
Script git stash handling the diffConfig event returned with error code 1
Build step 'Execute shell' marked build as failure

Event Timeline

Change 893821 had a related patch set uploaded (by Krinkle; author: Krinkle):

[operations/mediawiki-config@master] build: Fix missing git config for git-stash command

https://gerrit.wikimedia.org/r/893821

Krinkle triaged this task as High priority.

Change 893821 merged by jenkins-bot:

[operations/mediawiki-config@master] build: Fix missing git config for git-stash command

https://gerrit.wikimedia.org/r/893821