Skip to content
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

Error in Jenkins when using a message with apostrophe #12

Closed
skymasaratian opened this issue Jan 15, 2020 · 3 comments
Closed

Error in Jenkins when using a message with apostrophe #12

skymasaratian opened this issue Jan 15, 2020 · 3 comments
Assignees

Comments

@skymasaratian
Copy link

Using a single apostrophe ' in the commit message may cause an error when What-Bump application tries to bump the artifact's version number in the automatic Jenkins process of deploying the artifact

@albx79 albx79 self-assigned this Jan 15, 2020
@skymasaratian
Copy link
Author

sample of a suspected message:

feat(ITACUSTOMR-4098): headers' name refactoring

  • merged with develop

@skymasaratian
Copy link
Author

other sample:

feat(ITACUSTOMR-4098): headers' name refactoring

  • all custom headers are now lower case
  • version bumped

@albx79
Copy link
Contributor

albx79 commented Jan 15, 2020

I've tested those commit messages and they are parsed correctly.

My guess is that something else was amiss (maybe you didn't squash-merge, and the commit message was the one generated by git?).

If the problem reoccurs, feel free to reopen the issue, adding a link to the repository where the problem is happening.

@albx79 albx79 closed this as completed Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants