jenkins 发布报错

一,is not a valid repository/tag: repository name must be lowercase

这个错误很坑爹。

修改pom的imageName,全部小写

<artifactId>kps.appAPIKintech</artifactId>
    <name>kps.appAPIKintech</name>
    <url>http://maven.apache.org</url>
    <properties>
        <imageName>appkintech:${project.version}</imageName>
    </properties>

 

posted @ 2020-03-16 14:46  正怒月神  阅读(371)  评论(0编辑  收藏  举报