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

Public modules for the psgallery #7

Open
FISHMANPET opened this issue Jun 18, 2020 · 0 comments
Open

Public modules for the psgallery #7

FISHMANPET opened this issue Jun 18, 2020 · 0 comments
Assignees
Labels

Comments

@FISHMANPET
Copy link
Member

Right now these templates will exclusively publish to an internal repository and are only used by internal "private" code. This should be adapted for our open source modules (contained in this org) to run the build, tests, and publish to psgallery in a public azure devops org so that external contributors can see what's happening, but should also trigger another internal pipeline in our private org that will deploy the module to internal machines.

  1. Make a new root template similar to umn-module, probably creatively named public-module, can probably use the same build and test templates.
  2. A new "deploy" step that would deploy to psgallery and create a github release when appropriate
  3. public-module would run in a public azure devops org
  4. A new deploy-only pipeline/template created in the the private org that would be triggered by the public pipeline under certain conditions that would consume the publicly created build artifact, publish it to local repo (at least for testing) and install on local clients using existing private environment agents
  5. For a "production" release I'm not sure if I'd publish the module internally and install from there or just install it directly from the psgallery
@FISHMANPET FISHMANPET self-assigned this Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant