Skip to content

jobNameReplaceRegExpPattern is not changed if jobNameReplaceRegExp is changed #19

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nbartels
Copy link

@nbartels nbartels commented Jun 9, 2016

The plugin allows the user to replace the job name according to a given pattern. This pattern is internally compiled and saved in the jobNameReplaceRegExpPattern field.

As soon as I change the pattern in the configure website on Jenkins the plugin should change it internally, too. But atm the change is ignored because the field is already filled with the old pattern.

To solve this issue, we have to null the pattern field if the pattern is changed. This PR solves that issue.

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

Successfully merging this pull request may close these issues.

1 participant