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

ExportXMLWordPrintable

      Give an example directly. Main Script is like:
      node("slave01") {
      load "f1.groovy" // echo "1"
      load "f2.groovy" // echo "2"
      }
      Modify the main script in Replay site, not the contents of Script1 or Script2
      node("slave01") {
      load "f2.groovy" // echo "2"
      load "f1.groovy" // echo "1"
      }
      It actually run the loaded scripts' order - Script1 then Script2 ... so it still gets 1 and then 2 printed as result.

            Assignee:
            Unassigned
            Reporter:
            WENJUN ZHA
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: