Skip to content

Commit ed229bb

Browse files
committed
Syntax error
1 parent 4357f1a commit ed229bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pipeline {
7171
def log = currentBuild.rawBuild.getLog(25)
7272
.collect { it.replaceAll(/\x1B\[[0-9;]*[a-zA-Z]/, '') }
7373
.join('\n')
74-
slackSend color: '#E43237', channel: "${SLACK_THREAD}", replyBroadcast: true, message: "💀 *${PROJECT}* `${VER}` (`${BRANCH_NAME}`) build #${BUILD_NUMBER} didn't make it\nHeld on for _${currentBuild.durationString}_ before calling it quits\n<${BUILD_URL}|Post-mortem>\n🪦\n\`\`\`${log}\`\`\`"
74+
slackSend color: '#E43237', channel: "${SLACK_THREAD}", replyBroadcast: true, message: "💀 *${PROJECT}* `${VER}` (`${BRANCH_NAME}`) build #${BUILD_NUMBER} didn't make it\nHeld on for _${currentBuild.durationString}_ before calling it quits\n<${BUILD_URL}|Post-mortem>\n🪦\n```${log}```"
7575
}
7676
}
7777
success {

0 commit comments

Comments
 (0)