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

Stage name must be a string literal

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • pipeline
    • None

      It's currently not possible to use a variable/arbitrary string expression to set the stage name in a declarative pipeline.

       

      org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
      WorkflowScript: 63: Expected string literal @ line 63, column 16.
                 stage ("Deploy " + BRANCH_NAME) {
                        ^
      
      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.reparse(CpsGroovyShell.java:67)
      	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:430)
      	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:393)
      	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:238)
      	at hudson.model.ResourceController.execute(ResourceController.java:97)
      	at hudson.model.Executor.run(Executor.java:405)
      Finished: FAILURE
      
      

        1. image-2020-03-28-00-13-53-948.png
          32 kB
          madhu Shesharam
        2. image-2020-03-28-00-14-28-613.png
          12 kB
          madhu Shesharam
        3. jenkins-dyn.png
          4 kB
          Klaus Hegemann
        4. screenshot-matrix.png
          50 kB
          Brian J Murrell

            Unassigned Unassigned
            vqrs Christian V
            Votes:
            6 Vote for this issue
            Watchers:
            64 Start watching this issue

              Created:
              Updated: