Skip to content

Conversation

@seriAlizations
Copy link

@seriAlizations seriAlizations commented Feb 11, 2026

Adds support for /dev/ triggers for easier testing and development without affecting main branches.

  • Added '/dev/' branch pattern to workflow triggers
  • Artifacts from dev branches upload to dev-/ in Artifactory (e.g., dev-ah/)
  • Remote workflows receive BUILD_TYPE=dev- for proper routing

Example: Complete flow for ah/dev/feature:

  1. Push → GitHub workflow triggers
  2. Builds apps and creates artifact
  3. Uploads to dev-ah/ncw-//... in JFrog
  4. Triggers GitLab pipeline on main branch with BUILD_TYPE=dev-ah
  5. GitLab downloads artifact and processes it

@bromiesTM bromiesTM requested a review from Copilot February 12, 2026 09:18
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support for <user>/dev/<feature> branches in the GitHub workflow so dev builds can be generated/uploaded and routed through the remote (GitLab) pipeline without using mainline branch names.

Changes:

  • Added */dev/* to on.push.branches triggers.
  • Routed dev-branch artifacts into dev-<user>/... paths in Artifactory.
  • Forwarded BUILD_TYPE=dev-<user> to the remote workflow trigger logic.

Copy link

@bromiesTM bromiesTM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What copilot said

And please fixup the fix into the first commit :)

Signed-off-by: Aliza Held <aliza.held@strato.de>
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

Successfully merging this pull request may close these issues.

2 participants