Re: Please give me admin access to https://builds.apache.org/view/O/view/OpenWhisk/

2018-12-04 Thread Carlos Santana
Thank you Gavin - Carlos Santana @csantanapr > On Dec 4, 2018, at 5:51 PM, Gavin McDonald wrote: > > Done. > >> On Wed, Dec 5, 2018 at 5:47 AM Carlos Santana wrote: >> >> Hi Michael >> >> OpenWhisk is Incubating we don't have a Chair. >>

Re: Please give me admin access to https://builds.apache.org/view/O/view/OpenWhisk/

2018-12-04 Thread Carlos Santana
ve the project chair add you to the appropriate LDAP group.) > > > https://cwiki.apache.org/confluence/display/INFRA/Jenkins#Jenkins-HowdoIgetanaccount > > -- > Michael > -- Carlos Santana

Re: web site building with gitpubsub

2018-02-10 Thread Carlos Santana
What we do for the OpenWhisk website is the following: We use jekyll [1] to generate the site out of markdown files We use github repo [2] with two branches master and asf-site We follow normal flow of using PRs, when they get merged to master a Jenkins job that is configure with "Poll SCM" on g

Re: Building with docker - Best practices

2017-11-15 Thread Carlos Santana
My 6 cents :-) 1. Do not rely on dockerhub to host a modified/cutomized image 2. Try to use the the maven out of the box 3. Have a top level Dockerfile that you do a docker build extending the official maven image The first time this will take some time, but the docker layers will be cached making

Re: Gradle on Jenkins

2017-11-09 Thread Carlos Santana
Dumb question Isn’t that what’s the gradlew is for? to not use the system gradle and instead use the specific version and the wrapper will handle it https://docs.gradle.org/current/userguide/gradle_wrapper.html - Carlos Santana @csantanapr > On Nov 9, 2017, at 7:37 PM, Daniel Pono Takam