2017-08-03 13 views
4

私はgitlabインスタンスに対してgitlabランナーを登録しました。登録されたURLは次のとおりです。http://azurestackgitlab1.southeastasia.cloudapp.azure.com/ciGitLab Runnerリポジトリを複製できません

ただし、そのプロジェクトのビルドを実行中です。ビルドが失敗し、以下のメッセージを与えるばかりされていますconfig.tomlの

Running with gitlab-ci-multi-runner 1.11.1 (a67a225) 
    on java test (96d320b3) 
WARNING: image is not supported by selected executor and shell 
Using Shell executor... 
Running on AzureStackPOCVM... 
Cloning repository... 
Cloning into '/home/gitlab-runner/builds/96d320b3/0/root/demoproject'... 
fatal: unable to access 'http://gitlab-ci-token:[email protected].net/root/demoproject.git/': Could not resolve host: gitlab-ce.hxakzvpf0otezeojz3wqhme5wg.cx.internal.cloudapp.net 
ERROR: Job failed: exit status 1 

はスニペット:この問題を克服する方法

[[runners]] 
    name = "java test" 
    url = "http://azurestackgitlab1.southeastasia.cloudapp.azure.com/ci" 
    token = "96d320b33d3c69d706dad7f90df84e" 
    executor = "shell" 
    [runners.cache] 

を?

答えて

関連する問題