semaphoreui / semaphore

Modern UI for Ansible, Terraform, OpenTofu, Bash, Pulumi.

Home Page:https://semaphoreui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Repository branch as Task's run Variable

mmospanenko opened this issue · comments

Will be great to have ability to run task in context different branches. It will allow to run the same task with different configurations. Now we have to create a lot of copies with task/repo and it is not cool (if you have 50+ branches for prod/stagings/features/etc).

Hi @mmospanenko please describe your idea in detail. What context do you mean?

I mean to add ability to chose branch on task's run level, not on repository only as we have now. So we will be able to not create many Repositories (technically branches) and Tasks for each branch. Just write int Tasks run variable branch name
image