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

A problem occurred while processing the request

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

          [JENKINS-70648] A problem occurred while processing the request

          Mohitkumar created issue -
          Mohitkumar made changes -
          Attachment New: Screenshot (84).png [ 59993 ]

          Mark Waite added a comment -

          The Jenkins issue tracker is used to track Jenkins bugs and enhancement requests. It is not used as a practice area or as an area for Jenkins users to request help. See the Jenkins community forum at https://community.jenkins.io or the chat channels at https://www.jenkins.io/chat/

          If more information is not provided, this issue will be closed as "Not a defect".

          Mark Waite added a comment - The Jenkins issue tracker is used to track Jenkins bugs and enhancement requests. It is not used as a practice area or as an area for Jenkins users to request help. See the Jenkins community forum at https://community.jenkins.io or the chat channels at https://www.jenkins.io/chat/ If more information is not provided, this issue will be closed as "Not a defect".
          Mark Waite made changes -
          Resolution New: Not A Defect [ 7 ]
          Status Original: Open [ 1 ] New: Closed [ 6 ]

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

              Created:
              Updated:
              Resolved: