UI and code improvements to make working with the multiple SCMs easier
This commit is contained in:
parent
f091aaa07e
commit
d07f9f04e9
10 changed files with 70 additions and 114 deletions
|
@ -2478,8 +2478,8 @@ class FakeBuildTrigger(BuildTriggerHandler):
|
|||
prepared.is_manual = True
|
||||
return prepared
|
||||
|
||||
def dockerfile_url(self):
|
||||
return 'http://some/url'
|
||||
def get_repository_url(self):
|
||||
return 'http://foo/' + self.config['build_source']
|
||||
|
||||
def load_dockerfile_contents(self):
|
||||
if not 'dockerfile' in self.config:
|
||||
|
|
Reference in a new issue