Skip to content

Commit

Permalink
Merge pull request #1661 from edx/nadeem/PSRE-896
Browse files Browse the repository at this point in the history
chore: add choice parameter in sandbox build to select mongo version
  • Loading branch information
nadeemshahzad committed Jul 5, 2023
2 parents 806eeb5 + 21c3aea commit c9a258b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/jobs/CreateSandbox.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ class CreateSandbox {
stringParam("docker_internal_version","master",
"Select an alternative branch of internal-dockerfiles configuration repo")
booleanParam("reconfigure",false,"Reconfigure and deploy, this will also run with --skip-tags deploy against all role <br />Leave this unchecked unless you know what you are doing")

choiceParam("mongo_version",["4.2","4.4"],"select version of MongoDB to build sandbox")
booleanParam("testcourses",true,"")
booleanParam("performance_course",true,"")
booleanParam("demo_test_course",true,"")
Expand Down

0 comments on commit c9a258b

Please sign in to comment.