From 71f2defec6b6765b4df4dc34a29236c34e20c843 Mon Sep 17 00:00:00 2001 From: Sujan Kumar Date: Fri, 15 Dec 2023 16:59:45 +0530 Subject: [PATCH] Modify default environment in the pipline --- pipeline/crm.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/crm.jenkinsfile b/pipeline/crm.jenkinsfile index 84f250a..3120508 100644 --- a/pipeline/crm.jenkinsfile +++ b/pipeline/crm.jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any parameters { choice( - name:'test_environment',choices:['qaa','qab'],description:'Testing environment' + name:'test_environment',choices:['qab','qaa'],description:'Testing environment' ) } environment {