Skip to content
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

[patch] Fix Mobile FVT pipeline #141

Merged
merged 9 commits into from
Feb 2, 2023
12 changes: 12 additions & 0 deletions tekton/src/params/fvt.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,18 @@
type: string
description: FVT Version - Mobile Service Requests
default: ""
- name: fvt_version_technician
type: string
description: FVT Version - Mobile Technician
default: ""
- name: fvt_version_inspection
type: string
description: FVT Version - Mobile Inspection
default: ""
- name: fvt_version_defects
type: string
description: FVT Version - Mobile Defects
default: ""

# FVT Versions - Mobile IC
- name: fvt_version_mobileic
Expand Down
Loading