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>
原文地址:https://www.cnblogs.com/hanjun0612/p/12503846.html