[ad_1]
is there a way to parse text in YAML between 2 tags? I am using the $(BUILD.SOURCEVERSIONMESSAGE) variable where I pass a specific required value in the pull request/commit message to my build pipeline. I would like to be able to add more text in the commit message, so I am looking for YAML code that could only read the ‘example’ text from a string like this:
“other text here ::example:: other text here”. The ‘example’ text is not always the same length and the begin/end tags don’t need to be ::
[ad_2]