Skip to content

Commit

Permalink
removing cicd detailed information and switching to GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
Amber Torrise committed Mar 14, 2024
1 parent 145cd06 commit 35bad5f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 97 deletions.
93 changes: 0 additions & 93 deletions CICD-TEMPLATE.md

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This document is intended to be a living summary of conventions & best practices

## Changelog Update Guidelines

The changelog should be updated for any PR that updates code that will be distributed to the end user. Changes to certain files, such as the Jenkinsfile, do not require an update to the changelog.
The changelog should be updated for any PR that updates code that will be distributed to the end user. Changes to certain files, for example those listed in `.gitignore`, do not require an update to the changelog.

The following code block should be inserted into the Changelog above the last released version:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The guidelines contain critical information about working with the code, running

### CICD Guidelines

Reference our [Github Actions](CICD-TEMPLATE.md) page for information about setting up and maintaining automated testing/deployment for your plug-in with Github Actions.
Reference our [included Github workflows](.github/workflows/) for guidance about setting up and maintaining automated testing/deployment for your plug-in with Github Actions.

## Prerequisites

Expand Down
1 change: 0 additions & 1 deletion __tests__/plughinDef.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe("plugin definition", () => {
it("pluginDef should match expected values", () => {
const pluginDef = require("../src/pluginDef");
expect(pluginDef.name).toBe("zowe-cli-sample");
expect(pluginDef.pluginLifeCycle).toContain("LifeCycleForSample");
expect(pluginDef.pluginSummary).toBe("Zowe CLI sample plug-in");
expect(pluginDef.productDisplayName).toBe("Zowe CLI Sample Plug-in");
expect(pluginDef.rootCommandDescription).toContain("Welcome to the sample plug-in");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ mode size birthed lastModif
33206 Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) .npmignore
33206 37 Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) .npmrc
33206 1384 Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) Wed May 03 2023 16:10:46 GMT-0400 (Eastern Daylight Time) CHANGELOG.md
33206 6855 Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) CICD-TEMPLATE.md
33206 2176 Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) CONTRIBUTING.md
16822 Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) Tue Sep 20 2022 12:44:18 GMT-0400 (Eastern Daylight Time) docs
16822 Tue May 09 2023 13:19:02 GMT-0400 (Eastern Daylight Time) Tue May 09 2023 13:19:02 GMT-0400 (Eastern Daylight Time) lib
Expand Down

0 comments on commit 35bad5f

Please sign in to comment.