Skip to content

Commit 6b50759

Browse files
Fix the build
1 parent 05c42b1 commit 6b50759

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,10 @@ pipeline {
620620
}
621621
post {
622622
unsuccessful {
623-
slackSend (channel: '@matthew.wilson', message: "${env.JOB_NAME} ${env.BUILD_NUMBER} - ${currentBuild.result} (<${env.BUILD_URL}|Open>)", tokenCredentialId: 'slack-cics-node-dev')
623+
slackSend (channel: '@matthew.wilson', message: "${env.JOB_NAME} #${env.BUILD_NUMBER} completed - ${currentBuild.result} (<${env.BUILD_URL}|Open>)", tokenCredentialId: 'slack-cics-node-dev')
624624
}
625625
fixed {
626-
slackSend (channel: '@matthew.wilson', message: "${env.JOB_NAME} ${env.BUILD_NUMBER} - Back to normal (<${env.BUILD_URL}|Open>)", tokenCredentialId: 'slack-cics-node-dev')
626+
slackSend (channel: '@matthew.wilson', message: "${env.JOB_NAME} #${env.BUILD_NUMBER} completed - Back to normal (<${env.BUILD_URL}|Open>)", tokenCredentialId: 'slack-cics-node-dev')
627627
}
628628
}
629629
}

src/imperative.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {IImperativeConfig} from "@zowe/imperative";
1515
const MAX_LENGTH = 8;
1616
const MAX_HLQ_LENGTH = 35;
1717
const MAX_TARGETDIR_LENGTH = 255;
18-
splat
1918
const config: IImperativeConfig = {
2019
commandModuleGlobs: ["**/cli/*/*.definition!(.d).*s"],
2120
pluginHealthCheck: __dirname + "/healthCheck.handler",

0 commit comments

Comments
 (0)