added icon for message
parent
1fe30fc7e7
commit
c3d2fb32e2
|
|
@ -39,7 +39,7 @@ pipeline {
|
||||||
reportFiles: 'cucumber.html, index.html',
|
reportFiles: 'cucumber.html, index.html',
|
||||||
reportName: 'Test Results',
|
reportName: 'Test Results',
|
||||||
reportTitles: 'Cucumber Results, Test Coverage'])
|
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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue