|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Branch specifier: origin/dev
Integration branch: int
***Console Output*************************************************************************
15:18:37 > git rev-parse --is-inside-work-tree # timeout=10
15:18:37 Fetching changes from the remote Git repository
15:18:37 > git config remote.origin.url [email protected]:alogient/gcr-backend.git # timeout=10
15:18:37 Pruning obsolete local branches
15:18:37 Fetching upstream changes from [email protected]:alogient/gcr-backend.git
15:18:37 > git --version # timeout=10
15:18:37 > git fetch --tags --progress [email protected]:alogient/gcr-backend.git +refs/heads/:refs/remotes/origin/ --prune
15:18:38 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
15:18:38 > git rev-parse refs/remotes/origin/origin/dev^{commit} # timeout=10
15:18:38 Checking out Revision 939a053e91a5a0b1057733393e66473896f30f6b (refs/remotes/origin/dev)
15:18:38 > git config core.sparsecheckout # timeout=10
15:18:38 > git checkout -f 939a053e91a5a0b1057733393e66473896f30f6b
15:18:38 > git rev-list 939a053e91a5a0b1057733393e66473896f30f6b # timeout=10
15:18:38 Cleaning workspace
15:18:38 > git rev-parse --verify HEAD # timeout=10
15:18:38 Resetting working tree
15:18:38 > git reset --hard # timeout=10
15:18:38 > git clean -fdx # timeout=10
15:18:38 2.1.2
15:18:38 Checking out integration target branch int and pulling latest changes
15:18:38 [workspace] $ git checkout int
15:18:38 [workspace] $ git pull origin int
15:18:38 Preparing to merge changes in commit 939a053e91a5a0b1057733393e66473896f30f6b to integration branch int(948a6ba75a921cd8a649a069bef0e857289d526e)
15:18:38 Nothing to do
15:18:39 Finished: NOT_BUILT
******************************************************************************
***Log Recorders*************************************************************************
Nov 28, 2014 3:18:38 PM FINER PretestedIntegrationAction getCurrentIntegrationTip
RETURN
Nov 28, 2014 3:18:38 PM FINER Commit getId
ENTRY
Nov 28, 2014 3:18:38 PM FINER Commit getId
RETURN
Nov 28, 2014 3:18:38 PM FINER GitBridge getBranch
RETURN
Nov 28, 2014 3:18:38 PM FINER GitBridge getBranch
ENTRY
Nov 28, 2014 3:18:38 PM SEVERE org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper setUp
[PREINT] - setUp()
org.jenkinsci.plugins.pretestedintegration.exceptions.NothingToDoException: Nothing to do
at org.jenkinsci.plugins.pretestedintegration.scm.git.SquashCommitStrategy.integrate(SquashCommitStrategy.java:84)
at org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge.mergeChanges(AbstractSCMBridge.java:105)
******************************************************************************
It still doesn't work. I don't have access to the machine, I don't know the version of the git installation.