-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help displayed on invalid jenkins slash command #40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion
Codecov Report
@@ Coverage Diff @@
## master #40 +/- ##
=========================================
- Coverage 6.93% 6.91% -0.03%
=========================================
Files 6 6
Lines 735 738 +3
=========================================
Hits 51 51
- Misses 666 669 +3
Partials 18 18
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and passed
- Invalid commands now show
Unknown Command:<command>
- Regression tested valid commands are not affected
- No issues found.
LGTM!
Thanks @abdulsmapara for fixing this!
Summary
On invalid jenkins slash command (for eg.
/jenkins run test2
as run is not a command), help is displayed to the user.Ticket Link
Fixes #37