-
Notifications
You must be signed in to change notification settings - Fork 27
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
Token expanded tags #3
Conversation
plugins » flowdock-plugin #3 SUCCESS |
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
Sorry for the delay in getting back to you about this pull request! Can you provide an example of tag configuration with expandable variables? I don't seem to be able to get any variables expanded from the tag string (tried with: |
@anttipitkanen that looks like a state from before merging the code in this PR. I've been using this modification for some time now and it expands every macro I put there, which among others includes |
I think I found the issue: the Another way would be marking the plugin as required dependency, but that's not really desirable solution. On a side note, I would love to avoid the "catch-all" in the |
@anttipitkanen I have applied your suggestions. Please review. |
A couple of things I found while testing the latest version: If the The |
This was implemented without plugin dependencies in pull request #8 |
That's slightly different stuff - it expands only environment variables. Token macros are slightly more useful. |
All tokens, build parameters and environment variables placed into the tags string using the usual form of
${variable}
are now expanded before sending a message.Close #2 upon merging this PR.