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

Unable to use propertiesSeries in pipeline

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • plot-plugin
    • None

      When using the following config generated by the plugin code snippet:

      Code:

      post { 
          always {
               plot(group: 'percent',
                      csvFileName: 'plot-54408a16-8d7e-446a-824b-78ebd734eb9a.csv', 
                      propertiesSeries: [file: 'ppglobal.properties', label: 'Protocol_Processor'],
                      style: 'line', title: '4.1.0', useDescr: true, yaxis: '%', yaxisMaximum: '',   
                      yaxisMinimum: '',
                      exclZero: true, 
                      keepRecords: true, 
                      logarithmic: false, 
                      numBuilds: '90')
             }
      }

       

       

      Error:

       
      WorkflowScript: 50: Missing required parameter: "csvSeries" @ line 50, column 11.
      plot csvFileName: 'plot-54408a16-8d7e-446a-824b-78ebd734eb9a.csv',
      ^

      WorkflowScript: 50: Missing required parameter: "xmlSeries" @ line 50, column 11.
      plot csvFileName: 'plot-54408a16-8d7e-446a-824b-78ebd734eb9a.csv',
       

      Is this expected behavior ?

            vgaidarji Veaceslav Gaidarji
            rafik24 Rafik Boulellou
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: