We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4075c commit 90143e6Copy full SHA for 90143e6
Jenkinsfile
@@ -21,7 +21,7 @@ def RELEASE_BRANCHES = ["master"]
21
/**
22
* Branches to send notifcations for
23
*/
24
-def NOTIFY_BRANCHES = ["slacknotify","master"]
+def NOTIFY_BRANCHES = ["master"]
25
26
27
src/imperative.ts
@@ -15,7 +15,6 @@ import {IImperativeConfig} from "@zowe/imperative";
15
const MAX_LENGTH = 8;
16
const MAX_HLQ_LENGTH = 35;
17
const MAX_TARGETDIR_LENGTH = 255;
18
-fiddle
19
const config: IImperativeConfig = {
20
commandModuleGlobs: ["**/cli/*/*.definition!(.d).*s"],
pluginHealthCheck: __dirname + "/healthCheck.handler",
0 commit comments