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

Jenkins PIpeline script ALM configuration failing

XMLWordPrintable

      I am using the below pipeline script to connect to ALM and run the test

      runFromAlmBuilder almApiKey: '', almClientID: '', almDomain: 'XXXX', almPassword: 'XXXX', almProject: 'ARDWEB_PRD', almRunHost: '', almRunMode: 'RUN_LOCAL', almServerName: 'ALM', almTestSets: '''Root
      test1
      prx''', almTimeout: '7200', almUserName: 'SSSS', filterTestsModel: [blockedCheckbox: false, failedCheckbox: false, noRunCheckbox: false, notCompletedCheckbox: false, passedCheckbox: false, testName: ''], isSSOEnabled: false

       

      After build I am getting the below error

      WorkflowScript: 9: Missing required parameter: "almRunResultsMode" @ line 9, column 13.
                     runFromAlmBuilder almApiKey: '', almClientID: '', almDomain: 'XXXX', almPassword: 'XXXX', almProject: 'XXXXX', almRunHost: '', almRunMode: 'RUN_LOCAL', almServerName: 'ALM', almTestSets: '''Root
      test1
      prx''', almTimeout: '7200', almUserName: 'SSSS', filterTestsModel: [blockedCheckbox: false, failedCheckbox: false, noRunCheckbox: false, notCompletedCheckbox: false, passedCheckbox: false, testName: 'SanityTobeDeletedForTest'] ,isSSOEnabled: false
                     ^

      1 error

       at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
       at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1085)
       at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:603)
       at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:581)
       at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:558)
       at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298)
       at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268)
       at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688)
       at groovy.lang.GroovyShell.parse(GroovyShell.java:700)
       at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.doParse(CpsGroovyShell.java:142)
       at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:127)
       at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:561)
       at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:522)
       at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:327)
       at hudson.model.ResourceController.execute(ResourceController.java:97)
       at hudson.model.Executor.run(Executor.java:427)
      Finished: FAILURE

       

      Please note on a free style job when we use the same plug in its working all fine. Please help I can totally stuck here

            danieldananm Daniel Danan
            divvya Divya Rajan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: