You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Pipeline] {
[Pipeline] gitChangelog
[Pipeline] echo
OPS-146
[Pipeline] gitChangelog
[Pipeline] echo
OPS-146,Task title
[Pipeline] }
### Expected Results
STRING variable {{title}} gets resolved to the jira issue title.
### Actual Results
STRING variable {{title}} is always empty
### Anything else?
If I use CONTEXT I get issue.title value correctly.
The text was updated successfully, but these errors were encountered:
It is because useIntegrations flag is always true for getChangelog() (COTNEXT mode), but for render() (STRING mode) it is used from settings which is false by default and is no way to set it true from this plugin.
I think it should be enabled when any integration settings are set to the plugin.
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux Ubuntu 20.04.2 LTS
Reproduction steps
yelds to
The text was updated successfully, but these errors were encountered: