我们的Jenkins服务器运行的是2.109版。在我尝试执行的管道脚本中: docker.build("my.docker.repo/backend")
此构建的基础映像在Dockerfile中定义为: FROM my.docker.repo/centos7当我在Jenkins中执行构建时,会按照预期构建并标记映像。随后,我可以导航到
但是在Jenkins中,我们得到了错误消息"errorDetail":{"message":"unauthorized: access to the requested resource is notauthorized"
我认为问题在于在shell (docker login)中,我必须插入电子邮件地址、登录名和密码。在Jenkins中,我只能设置登录名和密码,没有电子邮件。凭证插件的版本是1.24,我们使用docker-bu
我在用Jenkins做我的CCID资料。我有两台服务器,一台是server1,另一台是server2。在server1中,我安装了Jenkins (没有安装Docker ),在server2中,我安装了Docker。我已经在我的JenkinsFile中为我的docker构建过程使用了docker.build命令,并在server1中运行它,但它抛出了'docker command not found