Fix description of fields in the pipeline
The description of fields in the upgrade_mcp_pipeline is confusing
since "release/TARGET_MCP_VERSION" works only for real releases,
MUs should be referenced without the "release" keyword.
Closes-Bug: PROD-35243
Change-Id: Ib66f4e8b11381a8b9117d69659ef44a68ba4df73
diff --git a/jenkins/client/job/deploy/update/upgrade_mcp_release.yml b/jenkins/client/job/deploy/update/upgrade_mcp_release.yml
index 794b526..8afa45f 100644
--- a/jenkins/client/job/deploy/update/upgrade_mcp_release.yml
+++ b/jenkins/client/job/deploy/update/upgrade_mcp_release.yml
@@ -27,7 +27,7 @@
MK_PIPELINES_REFSPEC:
type: string
default: ""
- description: "Version of mk-pipelines git repo to be used. Should be release/TARGET_MCP_VERSION"
+ description: "Version of mk-pipelines git repo to be used. Should be release/TARGET_MCP_VERSION or 2019.2.x for a specific MU"
TARGET_MCP_VERSION:
type: string
default: ""
@@ -35,7 +35,7 @@
GIT_REFSPEC:
type: string
default: ""
- description: "Version of git repos to be used, should be release/TARGET_MCP_VERSION"
+ description: "Version of git repos to be used, should be release/TARGET_MCP_VERSION or 2019.2.x for a specific MU"
DRIVE_TRAIN_PARAMS:
type: text
description: "Yaml based DriveTrain releated params"