use the bot's endpoint

pull/20/head
Adam Townsend 2023-10-10 13:50:48 -07:00
parent 1792d94082
commit 77e72d18e1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
reportName: 'Test Results',
reportTitles: 'Test Coverage'])
cucumber buildStatus: 'UNCHANGED', customCssFiles: '', customJsFiles: '', failedFeaturesNumber: -1, failedScenariosNumber: -1, failedStepsNumber: -1, fileIncludePattern: '**/cucumber.json', pendingStepsNumber: -1, skippedStepsNumber: -1, sortingMethod: 'ALPHABETICAL', undefinedStepsNumber: -1
mattermostSend channel: 'git-messages', color: 'good', message: 'url-shortener finished building', text: 'Build Finished', icon: 'https://jenkins.dev.desnudopenguino.com/static/be5e4e89/images/svgs/logo.svg'
mattermostSend channel: 'git-messages', color: 'good', message: 'url-shortener finished building', text: 'Build Finished', endpoint: 'https://chat.dev.desnudopenguino.com/hooks/s5d51adrgpn33qmjag9stu34sh?jw7qhepgytyi5xemsdeeth7shy'
}
}
}