-
Notifications
You must be signed in to change notification settings - Fork 51
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
install command step optional #3904
Conversation
Signed-off-by: pz636264 <[email protected]>
build 5611 SUCCEEDED. |
Test workflow 4981 is started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
build 5638 SUCCEEDED. |
Test workflow 5009 is started. |
Signed-off-by: Andrew Jandacek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edited and reviewed by doc squad
build 5653 SUCCEEDED. |
Test workflow 5031 is started. |
|
Signed-off-by: Andrew Jandacek <[email protected]>
build 5661 SUCCEEDED. |
Test workflow 5040 is started. |
Signed-off-by: Andrew Jandacek <[email protected]>
build 5662 SUCCEEDED. |
Test workflow 5041 is started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested abstract update correction, working ok
@@ -1149,7 +1149,7 @@ How we want to verify SSL certificates of services. Valid values are: | |||
</variable> | |||
<variable name="zowe_setup_installStep_enabled" scope="instance" visibility="public"> | |||
<label>Install the MVS data sets</label> | |||
<abstract>This install option is only for convenience build. Check this option to enable this run step with the zwe install command.</abstract> | |||
<abstract>Check to enable this run step with the zwe install command. For convenience build only.</abstract> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, tested, working again
@MarkAckert Pull 3904 is ready to be merged |
PR type
Relevant issues
Changes proposed in this PR
Added new workflow variable, which enables/disables install command step.
Install command step is optional now.
Added logic for step which takes new variable in consideration, and step is automatically skipped based on variable content.
Variable components_caching_service_storage_vsam_name (Caching service storage VSAM name) is changed to be required.
Does this PR introduce a breaking change?
Does this PR do something the person installing Zowe should know about?
Is there a related doc issue or Pull Request?
Other information