Pipeline support

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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'
        }
      }
      

            Assignee:
            huybrechts
            Reporter:
            Morten Neergaard
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: