-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CompareId == 'undefined' #847
Comments
Sorry I have read this a few times and don't understand the request. As it stands the the following is true
The key design guideline here is that this So can you not switch the feature on or off by passing a value build ID or not ( passing undefined or empty string) ? Or have you found a case where my actually logic does not match the above? |
Thanks, Richard.
Didn't know that I could assign an empty string to overrideBuildReleaseId Thanks a lot. |
I will push out a documentation update to the marketplace and the WIKI today |
Is your feature request related to a problem? Please describe.
Hi, Richard
I'm using the overrideBuildReleaseId and it works well. The only issue is, it could only be assigned an int to it.
Could you set a condition in overrideBuildReleaseId that could help me turn on/ off overrideBuildReleaseId in YAML template?
In this case, I could use the pipeline input variable to choose to turn on/off overrideBuildReleaseId option
overrideBuildReleaseId = $(input)
the input could be 'undefined' or build-id we want to compare with
Thanks a lot for your help!
All the best,
Joanna
The text was updated successfully, but these errors were encountered: