I'm setting up a buildserver (java) with mercurial, maven, jenkins. After installing and configuring jenkins i'm unable to push to my repository
waiting for lock on repository /home/javabuild/main-java-repository held by 'ubuntu:3949'
the computer 'ubuntu'
is my testserver in a virtual machine, i'm trying to document everything before using it on my main server (i'm completely new to this).
As I issue the commands over time the value of the ports change. I'm thinking that it has something to do with the jenkins build test not releasing the lock?
Anyone? How can i fix this?
EDIT: This question has been asked before but the answer of deleting the wlock or lock file in the .hg/store
or .hg/data
folder doesn't work since there is no such file in those folder in my case.