You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/groovy/com/cloudogu/gitops/config/ConfigConstants.groovy
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ interface ConfigConstants {
43
43
StringCONTENT_REPO_TARGET_OVERWRITE_MODE_DESCRIPTION="This defines, how customer repos will be updated.\nINIT - push only if repo does not exist.\nRESET - delete all files after cloning source - files not in content are deleted\nUPGRADE - clone and copy - existing files will be overwritten, files not in content are kept. For type: MIRROR reset and upgrade have same result: in both cases source repo will be force pushed to target repo."
44
44
StringCONTENT_REPO_CREATE_JENKINS_JOB_DESCRIPTION="If true, creates a Jenkins job, if jenkinsfile exists in one of the content repo's branches."
45
45
StringCONTENT_VARIABLES_DESCRIPTION="Additional variables to use in custom templates."
46
+
StringCONTENT_STATICSWHITELIST_ENABLED_DESCRIPTION='Enables the whitelist for statics in content templating'
47
+
StringCONTENT_STATICSWHITELIST_DESCRIPTION='Whitelist for Statics freemarker is allowing in user templates'
46
48
47
49
// group jenkins
48
50
StringJENKINS_ENABLE_DESCRIPTION='Installs Jenkins as CI server'
0 commit comments