Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run PCT against workflow-cps PR #826 #2785

Conversation

dwnusbaum
Copy link
Member

Just filing to get a PCT run against jenkinsci/workflow-cps-plugin#826.

@dwnusbaum
Copy link
Member Author

Looks fine, the only failures were in Gitlab plugin for an unrelated issue:

java.lang.NoClassDefFoundError: Could not initialize class com.dabsquared.gitlabjenkins.util.JsonUtil
	at com.dabsquared.gitlabjenkins.webhook.build.PushBuildAction.<init>(PushBuildAction.java:43)
	at com.dabsquared.gitlabjenkins.webhook.ActionResolver.onPost(ActionResolver.java:119)
	at com.dabsquared.gitlabjenkins.webhook.ActionResolver.resolveAction(ActionResolver.java:65)
	at com.dabsquared.gitlabjenkins.webhook.ActionResolver.resolve(ActionResolver.java:59)
	at com.dabsquared.gitlabjenkins.webhook.ActionResolverTest.postPushTag(ActionResolverTest.java:213)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.jvnet.hudson.test.JenkinsRule$1.evaluate(JenkinsRule.java:655)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchFieldError: Class com.fasterxml.jackson.databind.PropertyNamingStrategy does not have member field 'com.fasterxml.jackson.databind.PropertyNamingStrategy CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES' [in thread "Executing com.dabsquared.gitlabjenkins.webhook.ActionResolverTest"]
	at com.dabsquared.gitlabjenkins.util.JsonUtil.<clinit>(JsonUtil.java:22)
	at com.dabsquared.gitlabjenkins.webhook.ActionResolver.onSystemHook(ActionResolver.java:141)
	at com.dabsquared.gitlabjenkins.webhook.ActionResolver.onPost(ActionResolver.java:125)
	at com.dabsquared.gitlabjenkins.webhook.ActionResolver.resolveAction(ActionResolver.java:65)
	at com.dabsquared.gitlabjenkins.webhook.ActionResolver.resolve(ActionResolver.java:59)
	at com.dabsquared.gitlabjenkins.webhook.ActionResolverTest.postSystemHookMergeRequest(ActionResolverTest.java:140)
	... 5 more

@MarkEWaite
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants