Skip to content

Commit

Permalink
Merge pull request #1668 from edx/cdeery/APER-2916/PluginPOC
Browse files Browse the repository at this point in the history
feat: add profile and learner-dashboard to sandbox
  • Loading branch information
jsnwesson authored Oct 5, 2023
2 parents be646a2 + 5166b1c commit f258896
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devops/jobs/CreateSandbox.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,12 @@ class CreateSandbox {
stringParam("prospectus_version","master","")
stringParam("prospectus_contentful_environment","master","")

booleanParam("profile",false,"Enable Profile MFE")
stringParam("profle_version","master","The repository version of the frontend-app-profile mfe")

booleanParam("learner_dashboard",false,"Enable Learner Dashboard MFE")
stringParam("learner_dashboard_version","master","The repository version of the learner dashboard mfe")

booleanParam("authn",true,"Enable Authn MFE")
stringParam("authn_version","master","The repository version of the frontend-app-authn")

Expand Down

0 comments on commit f258896

Please sign in to comment.