Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Failed

Console Output

Started by user sgothel
Building on master
Checkout:workspace / /srv/hudson/config/jobs/jogamp-scripting-template/workspace - hudson.remoting.LocalChannel@c66aea3
Using strategy: Default
Last Built Revision: Revision 6600cbaeef5b0fa47751cdaa10575915dc92d456 (origin/master)
FATAL: Null value not allowed as an environment variable: SCM_COMMIT
java.lang.IllegalArgumentException: Null value not allowed as an environment variable: SCM_COMMIT
	at hudson.EnvVars.put(EnvVars.java:162)
	at hudson.EnvVars.put(EnvVars.java:64)
	at hudson.plugins.git.GitSCM.buildEnvVars(GitSCM.java:1065)
	at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:699)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:710)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1119)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
	at hudson.model.Run.run(Run.java:1324)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:139)