Skip to content

Commit

Permalink
Modify default environment in the pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
sujankumar45 committed Dec 15, 2023
1 parent 7b835eb commit 71f2def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/crm.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 71f2def

Please sign in to comment.