UNCLASSIFIED

Commit 648140b7 authored by Joshua Eason's avatar Joshua Eason
Browse files

Merge branch 'jeason-master-patch-00962' into 'master'

Add new pipeline restriction variable

See merge request !13
parents 8133980c ec6f8edb
Pipeline #181749 canceled with stage
in 31 seconds
......@@ -101,6 +101,7 @@ def check(url, token, tid, pid):
'tag_list': '',
'visibility': '',
'wiki_access_level': '',
'restrict_user_defined_variables': '',
}
for i in parameters.keys():
......@@ -134,4 +135,4 @@ def fix(url, token, tid, pid):
def fixParameter(url, token, id, key, value):
logging.debug("Setting " + str(key) + ": " + str(value))
__setParameter(url, token, id, key, value)
\ No newline at end of file
__setParameter(url, token, id, key, value)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment