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

First stage is always showing master as run node

XMLWordPrintable

      First stage is always showing master as the node where the stage was executed.

      Reproducible with this script (and having a node tagged as my-tag):

      def n = 'my-tag'
      stage 'Checkout'
      node(n) {
          echo 'checkout'
      }
      
      stage 'Build'
      node(n) {
          echo 'build'
      }
      

            svanoort Sam Van Oort
            amuniz Antonio Muñiz
            Votes:
            3 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: