Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jubula-dev] [Hudson] Build failed in Hudson: jubula-nightly #1579

See <https://hudson.eclipse.org/hudson/job/jubula-nightly/1579/>

------------------------------------------
Started by an SCM change
Building remotely on hudson-slave1
Checkout:jubula-nightly / <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/> - hudson.remoting.Channel@34903c8b:hudson-slave1
Using strategy: Default
Last Built Revision: Revision a25f924b1efc69f0b2f62c70ff456a99573b6f9e (jubula/master)
Checkout:jubula / <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/jubula> - hudson.remoting.LocalChannel@7dccb9cf
Fetching changes from the remote Git repository
Fetching upstream changes from git://git.eclipse.org/gitroot/jubula/org.eclipse.jubula.core.git
Commencing build of Revision 1d86b852a14875e7295736a35a1f8af5cfa63835 (jubula/master)
Checking out Revision 1d86b852a14875e7295736a35a1f8af5cfa63835 (jubula/master)
Cleaning workspace
FATAL: Could not apply tag hudson-jubula-nightly-1579
hudson.plugins.git.GitException: Could not apply tag hudson-jubula-nightly-1579
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:680)
	at hudson.plugins.git.GitSCM.createInternalTag(GitSCM.java:1615)
	at hudson.plugins.git.GitSCM.access$400(GitSCM.java:105)
	at hudson.plugins.git.GitSCM$1.invoke(GitSCM.java:736)
	at hudson.plugins.git.GitSCM$1.invoke(GitSCM.java:687)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:283)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: hudson.plugins.git.GitException: Error performing command: git tag -a -f -m Hudson Build #1579 hudson-jubula-nightly-1579
Command "git tag -a -f -m Hudson Build #1579 hudson-jubula-nightly-1579" returned status code 128: 
*** Please tell me who you are.

Run

  git config --global user.email "you@xxxxxxxxxxx"
  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 'hudsonbuild@hudson-slave1.(none)')

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:730)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:692)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:703)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:678)
	... 14 more
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Hudson Build #1579 hudson-jubula-nightly-1579" returned status code 128: 
*** Please tell me who you are.

Run

  git config --global user.email "you@xxxxxxxxxxx"
  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 'hudsonbuild@hudson-slave1.(none)')

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:723)
	... 17 more

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top