]
Nick Boldt commented on JBIDE-23089:
------------------------------------
Applied in master but not 4.4.1.x so moving fixversion to 4.4.2.AM1
when central tests crash job breaks due to dirty workspace
----------------------------------------------------------
Key: JBIDE-23089
URL:
https://issues.jboss.org/browse/JBIDE-23089
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, central
Affects Versions: 4.4.1.Final, 4.4.2.AM1
Reporter: Nick Boldt
Fix For: 4.4.2.AM1
{code}
15:00:03 [ERROR] Failed to execute goal
org.eclipse.tycho:tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier)
on project org.jboss.tools.central.test: Working tree is dirty.
15:00:03 [ERROR] git status central/tests/org.jboss.tools.central.test:
15:00:03 [ERROR]
15:00:03 [ERROR] Untracked files:
15:00:03 [ERROR] central/tests/org.jboss.tools.central.test/hs_err_pid29878.log
15:00:03 [ERROR]
15:00:03 [ERROR] You are trying to use tycho-buildtimestamp-jgit on a directory that has
uncommitted changes (see details above).
15:00:03 [ERROR] Either commit all changes/add files to .gitignore, or enable fallback to
default timestamp provider by configuring
15:00:03 [ERROR] jgit.dirtyWorkingTree=warning for tycho-packaging-plugin{code}
--
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
Workaround:
wipe workspace, try again
Solution:
add hs_err_pid*.log to .gitignore