-
New Feature
-
Resolution: Won't Do
-
Major
-
None
We'd like to use the description setter plugin from groovy scripts in Jenkins Pipelines. I'd also prefer getting description from a shell command rather than parsing the logs.
E.g.
stage('checkout') { node() { checkout scm setDescription sh: 'git describe --tags' } }