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

First step in Pipeline does not have a description

    XMLWordPrintable

Details

    • Pipeline - April 2018

    Description

      Found in workflow api 2.24

      node{
          stage ('Build') {
                  sh 'echo "Building"'
          }
          stage ('Test') {
                  sh 'echo testing'
          }
          stage ('Deploy') {
                  sh 'echo deploy'
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              svanoort Sam Van Oort
              jamesdumay James Dumay
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: