Hi, Could travis be used ? https://github.com/apache/sling/blob/trunk/.travis.yml
I dont think that need personal access tokens or a special technical uses as it uses OAuth. >From memory the main problem with Travis + Sling is a) the size of the log file (fixed for Sling see yml file) and b) the time taken to build. Other than that it works well for small repos that build fast. Best Regards Ian On 17 October 2017 at 12:00, Robert Munteanu <[email protected]> wrote: > Hi, > > In order to validate that we are able to validate pull requests without > nagging infra I added experimental pull request validation to the sling > site repo. > > The results are visible in the jenkins job [1] and in an example pull > request [2]. > > The Jenkins job is multi-branch pipeline and it's using a personal > access token under my account to communicate with Github. That's why my > face is next to the check, but once we are migrated we can request a > technical user from infra for this. > > Robert > > [1]: https://builds.apache.org/view/S-Z/view/Sling/job/sling-site/ > [2]: https://github.com/apache/sling-site/pull/3 >
