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
I am trying to use substring. But I cannot figure out the length of my String.
According to Handlebars a .length should be possible but within the Jenkins pipeline it is not.
oh okay, that would explain why the function is not there.
I am using substring on String that is not static to cut the end that I dont need because it is wrapped by "[]". But as I do not know the length of the String I am not able to cut the last character from it.
I am trying to use substring. But I cannot figure out the length of my String.
According to Handlebars a .length should be possible but within the Jenkins pipeline it is not.
Try {{person.lastname.length}} in https://handlebarsjs.com/examples/path-expressions-dot.html
Does not work in Jenkins with {{issue.length}}
The text was updated successfully, but these errors were encountered: