Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-38132

Pipeline support

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

            huybrechts huybrechts
            xim Morten Neergaard
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: