diff --git a/Jenkinsfile b/Jenkinsfile index f07c3f43..3ed439e5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,6 @@ pipeline { echo "You must define an imagename in common.bash" currentBuild.result = 'FAILURE' } - sh 'mkdir -p tmp && mkdir -p bin' dir('tmp'){ git([ url: "https://github.internet2.edu/docker/util.git", credentialsId: "jenkins-github-access-token" ]) diff --git a/container_files/grouper.installer.properties b/container_files/grouper.installer.properties index 92d1ffc2..ee6acce7 100644 --- a/container_files/grouper.installer.properties +++ b/container_files/grouper.installer.properties @@ -18,6 +18,7 @@ grouperInstaller.autorun.installAllPatches = false grouperInstaller.autorun.installPatchesUpToACertainPatchLevel = true grouperInstaller.autorun.installPatchesUpToThesePatchLevels = grouper_v2_4_0_api_patch_31,grouper_v2_4_0_ui_patch_14,grouper_v2_4_0_ws_patch_3,grouper_v2_4_0_pspng_patch_3 + #### set this to true to try to use defaults for everything. Only things without default values will need to be set grouperInstaller.autorun.useDefaultsAsMuchAsAvailable = true ########## AUTORUN PROPERTIES WITH NO DEFAULT OR ARE COMMONLY CHANGED