Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GitHub Enterprise service connection type #51

Open
sarah-m95 opened this issue Mar 3, 2020 · 0 comments
Open

Support GitHub Enterprise service connection type #51

sarah-m95 opened this issue Mar 3, 2020 · 0 comments

Comments

@sarah-m95
Copy link

sarah-m95 commented Mar 3, 2020

I am trying to run the Nukeeper extension against an instance of GitHub Enterprise. However, when I set the gitHubConnection parameter to consume my GitHub Enterprise service connection, I'm told the plug-in doesn't support GitHub Enterprise connections. Would it be possible to add that as a feature? For clarity, "GitHub Enterprise" is the name of my service connection in DevOps.

My YAML:

    - task: NuKeeper@0
      inputs:
        arguments: '--api=https://github.<my org name>.com/api/v3 --change minor --consolidate --maxpackageupdates 5 --fork SingleRepositoryOnly --include ".*" --exclude "!.*" --verbosity Detailed'
        targetFolder: 'src'
        version: '0.*'
        gitHubConnection: 'GitHub Enterprise'

The error message:
nukeeper bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant