jenkinsci / jenkinsci/git-plugin
[JENKINS-24880] Support publishing a list of tags resolved from an environment variable
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
I have the need to be able to create multiple tags as part of a release in the same repository.
Using the EnvInject plugin I can setup an environment variable that contains the name of all of the created tags.
What I need is for the GitPublisher to be able to expand a comma delimited string variable and submit a seperate push request for each element in the list.
---
Originally reported by
mocleiri, imported from: Support publishing a list of tags resolved from an environment variable
Raw content of original issue
I have the need to be able to create multiple tags as part of a release in the same repository.
Using the EnvInject plugin I can setup an environment variable that contains the name of all of the created tags.
What I need is for the GitPublisher to be able to expand a comma delimited string variable and submit a seperate push request for each element in the list.
Contributor guide
Assessment
This issue has not been assessed yet.