#Dynamic deployment pipeline based on Git tags from other projects

2 messages · Page 1 of 1 (latest)

rose raven
#

I am looking for a way to dynamically retrieve my tags from a project from a job and then have them available as dynamic options with another job. I would like to simplify my Kubernetes deployment for apps in our organisation for non-technical people. Ideally, I would like to use the options array for this.

With Jenkins I can realise this with Groovy scripts, with Gitlab I am a bit helpless

#

Small example what i expected as a result