Exemplo n.º 1
0
 def __init__(self):
     BasePipelineStep.__init__(self)
Exemplo n.º 2
0
 def __init__(self):
     BasePipelineStep.__init__(self)
     self.registry_root = None
Exemplo n.º 3
0
 def __init__(self):
     BasePipelineStep.__init__(self)
     self.repository_url = None
     self.repository_local_path = None
Exemplo n.º 4
0
 def __init__(self):
     self.vault_key_path = None
     self.app_pwd_file_path = None
     self.application_name = None
     BasePipelineStep.__init__(self)
Exemplo n.º 5
0
 def __init__(self):
     BasePipelineStep.__init__(self)
     self.wait_seconds = environment.get_with_default_int(
         environment.VERIFY_START_DELAY_SECS, 5)
     self.wait_times = environment.get_with_default_int(
         environment.VERIFY_START_RETRY_TIMES, 5)