Build History trend
 10 MB
origin/release/1.2-ALPHA-12 1.2-ALPHA-12-SNAPSHOT bf5a259865c5
 10 MB
origin/release/1.2-ALPHA-12 1.2-ALPHA-12-SNAPSHOT bf5a259865c5
 10 MB
UNKNOWN 1.2-ALPHA-12-SNAPSHOT d0e4dd00869d
 10 MB
UNKNOWN 1.2-ALPHA-12-SNAPSHOT d0e4dd00869d
 10 MB
UNKNOWN 1.2-ALPHA-12-SNAPSHOT 335174ee3b0b
 11 MB
UNKNOWN 1.2-ALPHA-12-SNAPSHOT 0ff1f862558c
 11 MB
UNKNOWN 1.2-ALPHA-12-SNAPSHOT 88670c31d519
 10 MB
UNKNOWN 1.2-ALPHA-12-SNAPSHOT d0e4dd00869d
 10 MB
UNKNOWN 1.2-ALPHA-12-SNAPSHOT d0e4dd00869d
 10 MB
UNKNOWN 1.2-ALPHA-12-SNAPSHOT 335174ee3b0b

Git Polling Log

Started on Dec 22, 2024, 5:15:00 PM
Polling SCM changes on master
Using strategy: Default
[poll] Last Built Revision: Revision bf5a259865c58e2d1a31156c18df802de60ae505 (origin/release/1.2-ALPHA-12)
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/jobs/NorthernWind_Build_and_Quick_Test/workspace/.git # timeout=10
Fetching changes from the remote Git repositories
 > git config remote.origin.url https://bitbucket.org/fabriziogiudici/northernwind-src.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
FATAL: hudson.plugins.git.GitException: Failed to fetch from https://bitbucket.org/fabriziogiudici/northernwind-src.git
hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: Unable to create '/var/jenkins_home/jobs/NorthernWind_Build_and_Quick_Test/workspace/.git/index.lock': File exists.

Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2732)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2658)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2654)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1979)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:689)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:1063)
	at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:46)
	at hudson.plugins.git.extensions.GitSCMExtension.decorateFetchCommand(GitSCMExtension.java:295)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
Caused: hudson.plugins.git.GitException: Failed to fetch from https://bitbucket.org/fabriziogiudici/northernwind-src.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1003)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:808)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:690)
Caused: java.io.IOException
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:692)
	at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:419)
	at hudson.scm.SCM.poll(SCM.java:436)
	at hudson.model.AbstractProject.pollWithWorkspace(AbstractProject.java:1441)
	at hudson.model.AbstractProject._poll(AbstractProject.java:1411)
	at hudson.model.AbstractProject.poll(AbstractProject.java:1325)
	at jenkins.triggers.SCMTriggerItem$SCMTriggerItems$Bridge.poll(SCMTriggerItem.java:151)
	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:618)
	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:665)
	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:123)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Done. Took 0.31 sec
No changes