Jeff Ishaq commented on Bug JENKINS-17807

Jenkins 1.517 running on a Mac

I am also having this exact issue, and I'm totally unable to use this plugin. It seems like the HockeyApp Jenkins plugin is not expecting Jenkins to invoke its getProjectActions() method so early in the build process. I wasn't expecting this either; I assumed it would be invoked in the post-build stage, since that is where I've added the HockeyApp submission step, but something is not working right here; it is clearly happening right after the Perforce sync, and before my build stuff ever runs.

I'm attaching my build (cleaned) output, which includes the exception, as well as a screenshot of my config page. Let me know if I can supply any further information.

Started by user Build Team
Building remotely on MacPro-Build2 in workspace /Users/release/jenkins/workspace/jeffTest-myiOSApp
Using remote perforce client: release-build-mm4.local.jenkins.13.7-1744001363
[jeffTest-myiOSApp] $ /Users/release/bin/p4 workspace -o release-build-mm4.local.jenkins.13.7-1744001363
Clear workspace includes .repository ...
Wiping workspace...
Wiped workspace.
Clean complete, took 2201 ms
Last build changeset: 0
[jeffTest-myiOSApp] $ /Users/release/bin/p4 changes -s submitted -m 1 //release-build-mm4.local.jenkins.13.7-1744001363/...
[jeffTest-myiOSApp] $ /Users/release/bin/p4 -s changes -s submitted //release-build-mm4.local.jenkins.13.7-1744001363/...@310494,@310543
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310543
[jeffTest-myiOSApp] $ /Users/release/bin/p4 -G where //...
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310533
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310532
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310531
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310529
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310509
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310508
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310507
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310496
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310495
[jeffTest-myiOSApp] $ /Users/release/bin/p4 describe -s 310494
[jeffTest-myiOSApp] $ /Users/release/bin/p4 -s users user1
[jeffTest-myiOSApp] $ /Users/release/bin/p4 user -o user1
Sync'ing workspace to changelist 310543 (forcing sync of unchanged files).
[jeffTest-myiOSApp] $ /Users/release/bin/p4 -s sync -f //release-build-mm4.local.jenkins.13.7-1744001363/...@310543
Sync complete, took 35486 ms
Caught exception in perforce-plugin. nulljava.lang.NullPointerException
	at hockeyapp.HockeyappRecorder$1.evaluate(HockeyappRecorder.java:253)
	at org.apache.commons.collections.CollectionUtils.select(CollectionUtils.java:517)
	at org.apache.commons.collections.CollectionUtils.select(CollectionUtils.java:498)
	at hockeyapp.HockeyappRecorder.getProjectActions(HockeyappRecorder.java:251)
	at hudson.model.Project.createTransientActions(Project.java:211)
	at hudson.model.AbstractProject.updateTransientActions(AbstractProject.java:717)
	at hudson.model.AbstractProject.save(AbstractProject.java:274)
	at hudson.plugins.perforce.PerforceSCM.checkout(PerforceSCM.java:1024)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1369)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581)
	at hudson.model.Run.execute(Run.java:1576)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:241)
ERROR: Caught exception in perfoce-plugin. null
Build step 'Upload to HockeyApp' marked build as failure
Email was triggered for: Still Failing
Trigger Failure was overridden by another trigger and will not send an email.
Sending email for trigger: Still Failing
Sending email to: [email protected]
Finished: FAILURE

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to