def heads= ("git ls-remote -h git@gitlab.com:*.git").execute()
def headlist=heads.text.readLines().collect{it.split()[1]};
def list=[''];
list.addAll(headlist);
return list;

相关文章:

  • 2021-06-01
  • 2021-05-09
  • 2021-11-21
  • 2022-02-23
  • 2021-11-04
  • 2021-11-12
  • 2022-01-12
猜你喜欢
  • 2022-12-23
  • 2021-07-23
  • 2021-07-06
  • 2022-12-23
  • 2021-05-31
  • 2021-07-26
  • 2021-09-14
相关资源
相似解决方案