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

NRPTI Pipeline: Create OpenShift Tekton Pipelines #1205

Open
2 tasks
fergmac opened this issue Mar 6, 2024 · 0 comments
Open
2 tasks

NRPTI Pipeline: Create OpenShift Tekton Pipelines #1205

fergmac opened this issue Mar 6, 2024 · 0 comments
Assignees

Comments

@fergmac
Copy link
Contributor

fergmac commented Mar 6, 2024

Describe the task
Create Tekton Pipelines for pushing to Test and Production environments.

We can create Tekton Pipelines in OpenShift to handle retagging the image and deploying to test and production. Currently we do this manually:

oc tag nrpti:latest nrpti:test
oc tag public-nrced:latest public-nrced:test
oc tag nrpti-api:latest nrpti-api:test
oc tag nrpti:test nrpti:test-backup

Purpose
Instead of manually running the push to Test or Production from the command line we can trigger a pipeline to run in OpenShift.

Acceptance Criteria

  • We can deploy code changes to Test Environment
  • We can deploy code changes to Production Environment

Additional context

  • Add any other context about the task here.
@fergmac fergmac added the Task label Mar 6, 2024
@fergmac fergmac self-assigned this Mar 6, 2024
@fergmac fergmac changed the title Create OpenShift Tekton Pipelines NRPTI Pipeline: Create OpenShift Tekton Pipelines Mar 6, 2024
@fergmac fergmac added the Ready label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant