Skip to content

Commit a6b233e

Browse files
author
Pankaj Pandav
committed
7
1 parent e7517b5 commit a6b233e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323
{
2424
try
2525
{
26-
slackSend channel: "#Builds", color: '#4286f4', message: "Deploy Approval: '${env.JOB_NAME} [${env.BUILD_NUMBER}]'", attachments: "[{'text': 'Please approve ${env.JOB_NAME} build number ${env.BUILD_NUMBER} at \"http://localhost:8080/job/${env.JOB_NAME}/${env.BUILD_NUMBER}/input\"', 'color': '#3AA3E3', 'attachment_type': 'default']"
26+
slackSend channel: "#Builds", color: '#4286f4', message: "Deploy Approval: '${env.JOB_NAME} [${env.BUILD_NUMBER}]'", attachments: "[{'text': 'Please approve ${env.JOB_NAME} build number ${env.BUILD_NUMBER} at \"http://localhost:8080/job/${env.JOB_NAME}/${env.BUILD_NUMBER}/input\"', 'color': '#3AA3E3', 'attachment_type': 'default' }]"
2727
script {
2828
try {
2929
timeout(time:30, unit:'MINUTES') {

0 commit comments

Comments
 (0)