2017-08-03 3 views
4

J'ai enregistré gitlab runner dans l'instance gitlab. Mon URL enregistrée est la suivante: http://azurestackgitlab1.southeastasia.cloudapp.azure.com/ciGitLab Runner Impossible de cloner le dépôt

Toutefois, lors de l'exécution de la génération pour ce projet; BUILD est échoué et se donner le message ci-dessous:

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 

extrait de config.toml:

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

Comment résoudre ce problème?

Répondre