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

First step in Pipeline does not have a description

XMLWordPrintable

    • Pipeline - April 2018

      Found in workflow api 2.24

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

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

              Created:
              Updated:
              Resolved: