Re: Automatic builds by Jenkins for pull requests to github

2014-12-04 Thread Tae-Geon Um
Thanks a lot! Now it’s working :) -Taegeon > On Dec 4, 2014, at 3:46 AM, David Nalley wrote: > > Hi Taegeon, > > Have you seen this and followed those steps: > https://blogs.apache.org/infra/entry/github_pull_request_builds_now > > --David > > On Wed, Dec 3, 2014 at 3:50 AM, Tae-Geon Um w

[jira] [Resolved] (BUILDS-37) Assign ability to view/edit Streams Trunk

2014-12-04 Thread Steve Blackmon (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Blackmon resolved BUILDS-37. -- Resolution: Fixed > Assign ability to view/edit Streams Trunk > -

[jira] [Commented] (BUILDS-37) Assign ability to view/edit Streams Trunk

2014-12-04 Thread Steve Blackmon (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234519#comment-14234519 ] Steve Blackmon commented on BUILDS-37: -- I got access with his help. Thanks. > Assign

Re: Automatic builds by Jenkins for pull requests to github

2014-12-04 Thread David Nalley
Hi Taegeon, Have you seen this and followed those steps: https://blogs.apache.org/infra/entry/github_pull_request_builds_now --David On Wed, Dec 3, 2014 at 3:50 AM, Tae-Geon Um wrote: > Hi all, > > I’m trying to connect Jenkins CI to Apache REEF, an incubator project I am > working on. I’d lik

Re: npm credentials on jenkins

2014-12-04 Thread Steven Gill
I have created an issue for this. Need to figure this out so cordova can start publishing nightlies for testing purposes. https://issues.apache.org/jira/browse/INFRA-8785 On Wed, Nov 26, 2014 at 4:41 PM, Steven Gill wrote: > Okay. Thanks for the info! Let me know if I can help in any way. Should

Re: Automatic builds by Jenkins for pull requests to github

2014-12-04 Thread Andrew Bayer
Ah, we don't have the auto-populating of the required hooks set up on repo creation. I've added the relevant hooks to all repos that didn't already have it, and will work on getting that automated. It should work for you now. A. On Wed, Dec 3, 2014 at 12:50 AM, Tae-Geon Um wrote: > Hi all, > >

Re: npm credentials on jenkins

2014-12-04 Thread Andrew Bayer
So I'm not familiar with npm publishing - in the Maven land, the creds for publishing are stored in ~/.m2/settings.xml, and our build slave puppet/ansible stuff populates that. If there's something similar for npm, and we can get an ASF "build user" account to publish with, we can add that for npm