-
New Feature
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.277.4
Pipeline: Shared Groovy Libraries 2.19
Pipeline: Multibranch: 2.23
Hi maduma ,
first of all, thank you for your awesome plugin.
I have a scenario which I need to provide multiple Image Tag Parameters for several services. But in some cases, I would like not to choose one of them, and instead to choose "- none -" on a specific service.
So It will be awesome to have also "- none -" as part of the tag list, just like credentials list has.
which will return empty string to those env vars
%s_IMAGE = "" %s_IMAGE_TAG = "" %s_IMAGE_IMAGE = ""
or
will not inject those envs at all
What do you think about this feature?
[JENKINS-65858] add - none - to image tags list
Description |
Original:
Hi [~maduma] ,
first of all, thank you for your awesome plugin. I have a scenario which I need to provide multiple Image Tag Parameters for several services. But in some cases, I would like not to choose one of them, and instead to choose "- none -" on a specific service. !image-2021-06-10-16-45-54-024.png! So It will be awesome to have also "- none -" as part of the tag list, just like credentials list has. !image-2021-06-10-16-35-54-140.png! which will return empty string to those env vars {code:java} %s_IMAGE = "" %s_IMAGE_TAG = "" %s_IMAGE_IMAGE = "" {code} What do you think about this feature? |
New:
Hi [~maduma] ,
first of all, thank you for your awesome plugin. I have a scenario which I need to provide multiple Image Tag Parameters for several services. But in some cases, I would like not to choose one of them, and instead to choose "- none -" on a specific service. !image-2021-06-10-16-45-54-024.png! So It will be awesome to have also "- none -" as part of the tag list, just like credentials list has. !image-2021-06-10-16-35-54-140.png! which will return empty string to those env vars {code:java} %s_IMAGE = "" %s_IMAGE_TAG = "" %s_IMAGE_IMAGE = "" {code} or will not inject those envs at all What do you think about this feature? |