2017-03-01 7 views
0

を許可されていない405の方法私は私のGitlabに成果物を使用しようと私のランナーがGiltlabに私のアーティファクトファイルを置くしようとしたとき、私はこのメッセージを持っている:Gitlabランナーアーティファクト:

WARNING: Uploading artifacts to coordinator... failed id=504 responseStatus=405 Method Not Allowed status=405 Method Not Allowed token=HebbSqMD 
WARNING: Retrying...        
WARNING: Uploading artifacts to coordinator... failed id=504 responseStatus=405 Method Not Allowed status=405 Method Not Allowed token=HebbSqMD 
WARNING: Retrying...        
WARNING: Uploading artifacts to coordinator... failed id=504 responseStatus=405 Method Not Allowed status=405 Method Not Allowed token=HebbSqMD 
FATAL: invalid argument        
ERROR: Job failed: exit code 1 

私の仕事は次のとおりです。

build: 
    stage: build 
    script: 
    - echo "Building the app" > out.txt 
    artifacts: 
    paths: 
     - out.txt 

Gitlab 8.16または8.17:同じprobleme他のホスト上

Gitlabランナー(ドッカーキュータ):1.10.4 O 1.11.0:同じprobleme

答えて

0

/etc/gitlab/gitlab.rbファイルで検証された成果物:

## Build Artifacts 
    # gitlab_rails['artifacts_enabled'] = true 
    # gitlab_rails['artifacts_path'] = "/mnt/storage/artifacts"