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.
>>
ve the project chair add you to the appropriate LDAP group.)
>
>
> https://cwiki.apache.org/confluence/display/INFRA/Jenkins#Jenkins-HowdoIgetanaccount
>
> --
> Michael
>
--
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
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
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