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

A problem occurred while processing the request

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • _unsorted

      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}"
      }
      }
      }
      }

            prouser_1 Mohitkumar
            prouser_1 Mohitkumar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: