added icon for message
This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ pipeline {
|
||||
reportFiles: 'cucumber.html, index.html',
|
||||
reportName: 'Test Results',
|
||||
reportTitles: 'Cucumber Results, Test Coverage'])
|
||||
mattermostSend channel: 'git-messages', color: 'good', message: "[${JOB_NAME}](${JOB_URL}) [#${BUILD_NUMBER}](${BUILD_URL}) ([Gitea](${GIT_URL})) ${GIT_COMMIT}", text: 'Build Finished Successfully'
|
||||
mattermostSend channel: 'git-messages', color: 'good', message: "[${JOB_NAME}](${JOB_URL}) [#${BUILD_NUMBER}](${BUILD_URL}) ([Gitea](${GIT_URL})) ${GIT_COMMIT}", text: 'Build Finished Successfully', icon: 'https://jenkins.dev.desnudopenguino.com/static/be5e4e89/apple-touch-icon.png'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user