Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New branch 202109
  • Loading branch information
credman committed Sep 12, 2021
1 parent bc127ad commit 440f1c3
Show file tree
Hide file tree
Showing 6 changed files with 1,100 additions and 23 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Expand Up @@ -13,6 +13,7 @@
* Each step is an associated docker image.
* exerciseSets has the class name and an array of the number of steps for module.
**/
// TODO unused?
exerciseSets = ['101.1.1', ]

pipeline {
Expand Down Expand Up @@ -84,6 +85,7 @@ pipeline {
def exerciseFolders = [
"base": "base",
"101.1.1": "ex101/ex101.1.1",
"201.end": "ex201/ex201.end",
//"201.1.1": "ex201/ex201.1.1",
//"201.1.end": "ex201/ex201.1.end",
//"201.2.1": "ex201/ex201.2.1",
Expand Down
2 changes: 0 additions & 2 deletions ex101/ex101.1.1/container_files/seed-data/bootstrap.gsh
Expand Up @@ -365,8 +365,6 @@ config.propertyName("provisioner.eduPersonEntitlement.userSearchBaseDn").value('

textConfig.propertyName("md_entitlementValue_eduPersonEntitlement_label").value('''Entitlement String''').store()

md_entitlementValue_eduPersonEntitlement_label = Entitlement String

/* for this exercise, they will create a full sync provisioner in the UI */


Expand Down

0 comments on commit 440f1c3

Please sign in to comment.