zoukankan      html  css  js  c++  java
  • DevOps 创建pipline报错:The value specified for SourceVersion is not a valid commit ID

    报错内容

    The value specified for SourceVersion is not a valid commit ID

    解决

    官方给出的解答:

    Thank you for your feedback! We have determined that this issue is not a bug. According to your screenshot, you put “Test” in Commit column that caused the error. If you want to build pervious version of commit, you should input full hash of the commit(40 characters) in the Commitcolumn. Or you could leave it empty, then the build will run with the latest commit.

    大意就是:

    要么commit长度超过40 characters,要么可以空着不填。

    So 我选择空着不填,问题解决:

  • 相关阅读:
    16
    15
    14
    13
    12
    11
    10
    python包管理器修改镜像地址
    Linux环境下安装hadoop分布式集群+问题总结
    解剖css中的clear属性
  • 原文地址:https://www.cnblogs.com/bigtreei/p/10718054.html
Copyright © 2011-2022 走看看