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

Clean up some deprecated stuff in PipelineNodeTest

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major Major
    • blueocean-plugin
    • None

      Summary
      There are a lot of deprecated things in this test class. In an effort to help stop occasional test flakes in PCT, I'll fix some of that.

      Details

      • Update the calls to new CpsFlowDefinition, like the one shown here. CpsFlowDefinition is expecting a second argument, a boolean, and most of the calls to it in this test don't have it. I'll change the constructor calls to use the current one.
      • Update much (but probably not all) of the sample pipeline code being used in this test, so that it has block-scoped stages. Without which, you'll see a lot of messages like this in your logs:
        [Pipeline] {
        [Pipeline] stage (hey)
        Using the ‘stage’ step without a block argument is deprecated
        

            kshultz Karl Shultz
            kshultz Karl Shultz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: