A problem occurred while processing the request

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

XMLWordPrintable

    • Type: Bug
    • Resolution: Not A Defect
    • Priority: Minor
    • Component/s: _unsorted
    • Environment:

      pipeline {
      agent any

      parameters

      { choice(choices["TEST","DEV","QA","PRE-PROD","PROD"], description: "Which environmentto deploy in ? ", name: "deployEnv") }

      stages{
      stage(" Demo "){
      steps {
      echo"choice is set to : ${params:deployEnv}"
      }
      }
      }
      }

            Assignee:
            Mohitkumar
            Reporter:
            Mohitkumar
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: