cvitter / mattermost-jenkins-slash

Example slash commands written using Python and Flask to integrate Jenkins and Mattermost
MIT License
0 stars 0 forks source link

Add job information #1

Open cvitter opened 6 years ago

cvitter commented 6 years ago

Add capability to view job information using: /jenkins info jobname

Output key information from the following Jenkins API call: http://jenkinserver:8080/job/jobname/api/json

cvitter commented 6 years ago

Questions: What value would this feature add? Is this something users would want? Maybe we should explain what we want to add this feature.

cvitter commented 6 years ago

This would be a great first issue for someone to tackle to get started extending this slash command.