Closed DanEngelbrecht closed 9 years ago
Looks like you still didn't run the tests... There were a few issues still, I've fixed them. You will also need to prefix params with p:
.
That is really strange, sorry for the mess.
I did make sure to run the tests, even singlestep all of them. I know I messed up the first time.
I need to figure out what I'm doing wrong...
D
14 okt. 2015 kl. 05:14 skrev Nathan notifications@github.com:
Looks like you still didn't run the tests... There were a few issues still, I've fixed them. You will also need to prefix params with p:.
— Reply to this email directly or view it on GitHub.
Hi again.
Figured out where I went wrong - I just ran the unit-test in eclipse not using maven.
However, I now try to do the right thing and use maven to run the test but when I do I get errors in the InjectedTest test. All other tests pass without error. Any help would be appreciated.
org.jvnet.hudson.test.JellyTestSuiteBuilder$JellyTestSuite(org.jvnet.hudson.test.junit.FailedTest) Time elapsed: 0.019 sec <<< ERROR!
org.jvnet.hudson.reactor.ReactorException: java.lang.Error: java.lang.reflect.InvocationTargetException
at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
at jenkins.model.Jenkins.executeReactor(Jenkins.java:910)
at jenkins.model.Jenkins.
So, I updated the jenkins version to test agains to 1.631 in the pom.xml and then the InjectedTest passed, and now it fails slightly differently... but still related to InjectedTest.
I'm trying to run this on CentOS 6.6.
Fixed so parameters can contain numbers (0-9)