-
Bug
-
Resolution: Fixed
-
Major
-
None
MavenModuleSetBuild.mavenArtifatcs is supposed to return the build's MavenAggregatedArtifactRecord, but is always null
The cause is maven artifacts are recorder asynchronously (https://github.com/jenkinsci/maven-plugin/blob/master/src/main/java/hudson/maven/reporters/MavenArtifactArchiver.java#L128)
and then MavenModuleSetBuild can't see the created MavenArtifactRecord, so never add the MavenAggregatedArtifactRecord action to the build.
- is duplicated by
-
JENKINS-11814 Maven artifact fingerprints are computed and recorded twice
-
- Resolved
-
[JENKINS-20487] MavenModuleSetBuild.mavenArtifatcs is always null
Description |
Original:
MavenModuleSetBuild.mavenArtifatcs is supposed to return the build's MavenAggregatedArtifactRecord, but is always null The cause is maven artifacts are recorder asynchronously (https://github.com/jenkinsci/maven-plugin/blob/master/src/main/java/hudson/maven/reporters/MavenArtifactArchiver.java#L128) and then [MavenModuleSetBuild](https://github.com/jenkinsci/maven-plugin/blob/master/src/main/java/hudson/maven/MavenModuleSetBuild.java#L564) can't see the created MavenArtifactRecord, so never add the MavenAggregatedArtifactRecord action to the build. |
New:
MavenModuleSetBuild.mavenArtifatcs is supposed to return the build's MavenAggregatedArtifactRecord, but is always null The cause is maven artifacts are recorder asynchronously (https://github.com/jenkinsci/maven-plugin/blob/master/src/main/java/hudson/maven/reporters/MavenArtifactArchiver.java#L128) and then [MavenModuleSetBuild|https://github.com/jenkinsci/maven-plugin/blob/master/src/main/java/hudson/maven/MavenModuleSetBuild.java#L564] can't see the created MavenArtifactRecord, so never add the MavenAggregatedArtifactRecord action to the build. |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is duplicated by |
Workflow | Original: JNJira [ 152012 ] | New: JNJira + In-Review [ 194172 ] |