简体   繁体   English

Artifactory 插件不会无故在 Jenkins 中部署工件

[英]Artifactory plugin does not deploy artifacts in Jenkins without reason

I'm using the artifactory plugin 2.16.1 in jenkins in my pipeline At a run I got:我在我的管道中使用 jenkins 中的 artifactory 插件 2.16.1 在运行时我得到:

[main] WARN org.jfrog.build.extractor.maven.BuildDeploymentHelper - Artifactory Build Info Recorder: unstable build, artifacts will not be deployed...
[main] INFO org.jfrog.build.extractor.maven.BuildDeploymentHelper - Artifactory Build Info Recorder: publish build info set to false, build info will not be published...

while everything is succesful and nothing failed, but the artifacts aren't deployed虽然一切都成功了,没有失败,但工件没有部署

A bit later a second run without any change works and artifacts are deployed.稍后,在没有任何更改的情况下进行第二次运行并部署工件。 What could be the issue?可能是什么问题? I don't know what could be wrong我不知道有什么问题

The log is stating the following日志说明如下

 [main] WARN org.jfrog.build.extractor.maven.BuildDeploymentHelper - Artifactory Build Info Recorder: unstable build, artifacts will not be deployed...

ie unstable build, artifacts will not be deployed即不稳定的构建,工件将不会被部署

In the Artifactory configuration section, Check(tick) the Deploy even if the build is unstable在 Artifactory 配置部分,即使构建不稳定,也请检查(勾选)部署

在此处输入图片说明

Hope it helps :)希望能帮助到你 :)

Cant able to deploy in multi module gradle projects using build artifactorypublish task.无法使用 build artifactorypublish 任务部署在多模块 gradle 项目中。 Added the publish default blocks in build.gradle of root.在 root 的 build.gradle 中添加了发布默认块。 But still only the parent module artifact is getting uploading and sub modules its not uploading.但仍然只有父模块工件正在上传,而子模块没有上传。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM