From 7ff8a93b9c761b88973ea2dda5e13da321d304c1 Mon Sep 17 00:00:00 2001 From: Shabaz K Date: Fri, 16 Feb 2024 23:53:35 -0800 Subject: [PATCH] Minor improvements to CreateUCDComponentVersion files Signed-off-by: Shabaz K --- Pipeline/CreateUCDComponentVersion/README.md | 2 +- Pipeline/CreateUCDComponentVersion/dbb-ucd-packaging.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipeline/CreateUCDComponentVersion/README.md b/Pipeline/CreateUCDComponentVersion/README.md index 96a9c7dd..da026b7e 100644 --- a/Pipeline/CreateUCDComponentVersion/README.md +++ b/Pipeline/CreateUCDComponentVersion/README.md @@ -12,7 +12,7 @@ The support for zFS files in the packaging process is performed through the use ## High-level Processing Flow -This section provides a more detailed explanation of how the CreateUCDComponentVersion script works and what it does. +This section provides a more detailed explanation of how the [dbb-ucd-packaging.groovy](dbb-ucd-packaging.groovy) script works and what it does. 1. **Initialization** 1. Read [command line parameters](#command-line-options-summary). diff --git a/Pipeline/CreateUCDComponentVersion/dbb-ucd-packaging.groovy b/Pipeline/CreateUCDComponentVersion/dbb-ucd-packaging.groovy index f3d82fa3..bdaa6aeb 100644 --- a/Pipeline/CreateUCDComponentVersion/dbb-ucd-packaging.groovy +++ b/Pipeline/CreateUCDComponentVersion/dbb-ucd-packaging.groovy @@ -673,7 +673,7 @@ def getContainerAttributes(String ds, Properties properties) { } def parseInput(String[] cliArgs) { - def cli = new CliBuilder(usage: "deploy.groovy [options]") + def cli = new CliBuilder(usage: "dbb-ucd-packaging.groovy [options]") cli.b(longOpt:'buztool', args:1, argName:'file', 'Absolute path to UrbanCode Deploy buztool.sh script') cli.w(longOpt:'workDir', args:1, argName:'dir', 'Absolute path to the DBB build output directory') cli.c(longOpt:'component', args:1, argName:'name', 'Name of the UCD component to create version in')