Skip to content

Summary

I'm setting up a build to use the (really cool!) dash license tools:

https://github.com/eclipse/dash-licenses/blob/master/README.md#add-to-your-maven-build

Specifically this build:

https://ci.eclipse.org/oomph/job/simrel/job/simrel-maven/

I'd like to automatically create reviews as necessary:

https://github.com/eclipse/dash-licenses/blob/master/README.md#automatic-ip-team-review-requests

So it looks like I need an authentication token:

https://gitlab.eclipse.org/-/profile/personal_access_tokens

Naturally I'm not supposed to share this token. So I wonder how my simrel-maven build should have such an access token. Probably the genie should have such a token...

Priority

  • Urgent
  • High
  • Medium
  • Low

Severity

  • Blocker
  • Major
  • Normal
  • Low

Impact

I'd like to get this in place sooner rather than later. That being said, I think I can run the build locally and then use my personal access token to kick off reviews.