Skip to content

xebialabs-community/xlr-circleci-plugin

Repository files navigation

xlr-circleci-plugin

This plugin offers an interface from XL Release to CircleCI.

CI status

Build Status Build Status Codacy Badge Code Climate

Development

  • Start XLR: ./gradlew runDockerCompose

Type definitions

  • circleci.Server: Defines your CircleCI endpoint to be used.
    • username: Use this property to define the token as described in Authentication
  • circleci.GetUser: Provides information about the signed in user
    • Implements the api call as described in User
  • circleci.TriggerBuild: Triggers a build of the specified project and branch.

References

CircleCI API