Problem setting upstream repository URL

16 views
Skip to first unread message

Vinoth Shepard

unread,
Feb 28, 2017, 11:37:32 AM2/28/17
to Jenkins Users
Started by user Vinoth Ravi
Building in workspace C:\Program Files (x86)\Jenkins\workspace\JunitTest
 > git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git.exe config remote.origin.url https://github.com/Pragmatists/JUnitParams.git # timeout=10
Fetching upstream changes from https://github.com/Pragmatists/JUnitParams.git
 > git.exe --version # timeout=10
 > git.exe fetch --tags --progress https://github.com/Pragmatists/JUnitParams.git +refs/heads/*:refs/remotes/origin/*
 > git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 7f83ffffeb6bb2baa7e2044ae8428348d669c5dc (refs/remotes/origin/master)
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f 7f83ffffeb6bb2baa7e2044ae8428348d669c5dc
 > git.exe rev-list 7f83ffffeb6bb2baa7e2044ae8428348d669c5dc # timeout=10
Problem setting upstream repository URL
ERROR: Processing failed due to a bug in the code. Please report this to jenkins...@googlegroups.com
java.lang.RuntimeException: java.net.MalformedURLException
	at com.nirima.jenkins.RepositoryDefinitionProperty.setUp(RepositoryDefinitionProperty.java:88)
	at jenkins.tasks.SimpleBuildWrapper.setUp(SimpleBuildWrapper.java:145)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:668)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: java.net.MalformedURLException
	at java.net.URL.<init>(Unknown Source)
	at java.net.URL.<init>(Unknown Source)
	at java.net.URL.<init>(Unknown Source)
	at com.nirima.jenkins.action.ProjectRepositoryAction.getUrl(ProjectRepositoryAction.java:45)
	at com.nirima.jenkins.RepositoryDefinitionProperty.setUp(RepositoryDefinitionProperty.java:81)
	... 7 more
Caused by: java.lang.NullPointerException
	... 12 more
project=hudson.maven.MavenModuleSet@f5ef30[JunitTest]
project.getModules()=[hudson.maven.MavenModule@fea55[JunitTest/pl.pragmatists:JUnitParams][JunitTest/pl.pragmatists:JUnitParams][relativePath:]]
project.getRootModule()=hudson.maven.MavenModule@fea55[JunitTest/pl.pragmatists:JUnitParams][JunitTest/pl.pragmatists:JUnitParams][relativePath:]
FATAL: java.net.MalformedURLException
java.lang.NullPointerException
Caused: java.net.MalformedURLException
	at java.net.URL.<init>(Unknown Source)
	at java.net.URL.<init>(Unknown Source)
	at java.net.URL.<init>(Unknown Source)
	at com.nirima.jenkins.action.ProjectRepositoryAction.getUrl(ProjectRepositoryAction.java:45)
	at com.nirima.jenkins.RepositoryDefinitionProperty.setUp(RepositoryDefinitionProperty.java:81)
Caused: java.lang.RuntimeException
	at com.nirima.jenkins.RepositoryDefinitionProperty.setUp(RepositoryDefinitionProperty.java:88)
	at jenkins.tasks.SimpleBuildWrapper.setUp(SimpleBuildWrapper.java:145)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:668)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Finished: FAILURE
Reply all
Reply to author
Forward
0 new messages