walle2下,新建上線單時,選取版本不出現的問題解決

在新建上線單的時候,分支是可以獲取到的。但是選取版本卻顯示不出來。

問題描述
日誌堆棧貼上來。
logs/runtime.log

b911058caabc42d3b48c8d4c388b70d7: Received packet MESSAGE data 2/walle,["commits",{"branch":"hotfix/v1903_open_account_white_list"}]
received event "commits" from b911058caabc42d3b48c8d4c388b70d7 [/walle]
emitting event "commits" to 1 [/walle]
b911058caabc42d3b48c8d4c388b70d7: Sending packet MESSAGE data 2/walle,["commits",{"data":{"message":""},"event":"error"}]
b911058caabc42d3b48c8d4c388b70d7: Received packet PING data None

logs/error.log

2019-07-02 15:28:36,047 ERROR /data/web_publish/walle-web-master/walle/service/waller.py 111 waller.run task_id=0, user:ops host:172.28.249.17 command:[ -L "/data/web_publish/setup_service" ] && echo "true" || echo "false", status=1, message:Authentication failed.
Traceback (most recent call last):
  File "/data/web_publish/walle-web-master/walle/service/waller.py", line 53, in run
    result = super(Waller, self).run(command, pty=pty, warn=True, watchers=[say_yes()], env=self.custom_global_env, **kwargs)
  File "<decorator-gen-3>", line 2, in run
  File "/data/web_publish/walle-web-master/venv/lib/python2.7/site-packages/fabric2/connection.py", line 29, in opens
    self.open()
  File "/data/web_publish/walle-web-master/venv/lib/python2.7/site-packages/fabric2/connection.py", line 541, in open
    self.client.connect(**kwargs)
  File "/data/web_publish/walle-web-master/venv/lib/python2.7/site-packages/paramiko/client.py", line 446, in connect
    passphrase,
  File "/data/web_publish/walle-web-master/venv/lib/python2.7/site-packages/paramiko/client.py", line 764, in _auth
    raise saved_exception
AuthenticationException: Authentication failed.

 

解決方法:手動去把/tmp/walle/codebase目錄刪了,就可以選了

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章