Skip to content
Permalink
Browse files
New branch 202109
  • Loading branch information
credman committed Sep 12, 2021
1 parent bc127ad commit 440f1c320a0113198e3f47d827543c203f0866f2
Showing 6 changed files with 1,100 additions and 23 deletions.
@@ -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 {
@@ -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",
@@ -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 */


0 comments on commit 440f1c3

Please sign in to comment.