标签: jenkins jenkins-pipeline
我可以使用echo 'foobar'注入文本,但是如果我添加echo <h1>foobar</h1>,它会将html输出为文本而不是解析标记。
echo 'foobar'
echo <h1>foobar</h1>